body{
    word-wrap: break-word; /* All browsers since IE 5.5+ */
    overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
}
a:focus,
a::-moz-focus-inner {
    outline: none;
}

/*  */
/** === abbr and lang custom-Style **/
abbr[title],
span[lang] {
    cursor: help;
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/** === Headline reset **/
h1,h2,h3,h4 {
    margin-top: 0;
}

iframe {
    border: 0;
}

.headline1 {
    font-size: 24px;
}

.headline2 {
    font-size: 20px;
}

.headline3 {
    font-size: 18px;
}

.headline4 {
    font-size: 16px;
}

.svg-responsive {
    display: block;
    width: 100%;
    height: auto;
    resize: horizontal;
    overflow: hidden;
}

blockquote {
    font-size: 125%;
    font-style: italic;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 15px;
    border-color: inherit;
}

/** ==== Standard ======= **/
#cookieConfirmation {
    position: fixed;
    width: 100%;
    min-height: 75px;
    background-color: #222;
    color: #fff;
    display: none;
    z-index: 99999;
    margin: 0;
    padding: 20px;
    font-size:10px;
}
@media (min-width: 768px) {
    #cookieConfirmation {
        font-size:12px;
    }
}
@media (min-width: 992px) {
    #cookieConfirmation {
        font-size: 14px;
    }
}
/** Cookie Confirmation / Cookie Permissions */
#cookieConfirmation a {
    color:#fff;
    text-decoration:underline;
}
#cookieConfirmation a:hover {
    color:#ccc;
    text-decoration:underline;
}
#cookieConfirmation .btn,#cookieConfirmation .btn:hover {
    text-decoration:none;
    background-color:#fff;
    color:#000;
    border-color:#aaa;
    -moz-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    float: right;
    margin:5px;
}
#cookieConfirmation .btn:hover {
    background-color:#ccc;
    -moz-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}
#cookieConfirmation .btn:after, #cookieConfirmation .btn:before {
    display: none;
}

.cmsNoteOverlay {
    z-index: 99999;
}
.cmsNoteOverlay .modal-body {
    padding: 25px;
}
.cmsNoteOverlay .modal-body .thumbnail {
    margin-bottom:20px;
}
.cmsNoteOverlay .modal-header {
    padding: 20px 25px;
}


@media (max-width: 480px) {
    select,
    input,
    textarea {
        font-size: 16px !important;
    }
}
@media (max-width: 767px) {
    .module-content-block {
        margin-bottom: 30px;
    }
    select,
    input,
    textarea {
        -webkit-appearance: none;
    }
    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }
    input[type="radio"] {
        -webkit-appearance: radio;
    }
}

/** Buttons **/
.btn{
    text-transform: uppercase;
    white-space: normal;
}
.btn .amphiicon {
    margin-right: 5px;
}
.btn .amphiicon.download-icon {
    margin-right:0;
}
.btn .amphiicon-download-text,
.btn .download-text {
    margin-left:5px;
}
.btn:focus,
.btn:focus:active{
    outline: 0;
}
.btn-icon {
    padding: 4px 18px;
}

/** External Buttons **/
.external-content-preview-buttons .external-content-button {
    display: inline-block;
    background-color: #444;
    color: #fff;
    padding: 8px 30px;
    margin-top: 18px;
    margin-right: 15px;
    border-radius: 5px;
    -webkit-transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.external-content-preview-buttons .external-content-button:last-child {
    margin-right: 0;
}

.external-content-preview-buttons .external-content-button .amphiicon {
    margin-right: 10px;
}

.external-content-preview-buttons .external-content-button:hover {
    background-color: #333;
    -webkit-transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: background 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}


/** ======== BootstrapSelect ========== **/
.bootstrap-select button {
    white-space: nowrap;
}
.bootstrap-select .btn-default,
.bootstrap-select .dropdown-menu > li > a,
.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.active,
.bootstrap-select.open > .btn-default.dropdown-toggle,
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #777;
}
.bootstrap-select .close {
    color: #777;
    opacity: 1;}
.bootstrap-select .close:hover,
.bootstrap-select .close:focus,
.bootstrap-select .close:active {
    color: #666;
    outline: 0;
}
.bootstrap-select .dropdown-menu {
    background: #ffffff;
    border: 1px solid #b2b2b2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 178, 178, 0.6);
}
.bootstrap-select .btn,
.bootstrap-select .btn {
    text-transform: initial;
    cursor: initial;
    padding: 6px 12px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #dddddd;
}
.bootstrap-select a:focus {
    outline: 0;
}

.bootstrap-select.open > .btn-default.dropdown-toggle {
    background: #ffffff;
    border: 1px solid #b2b2b2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 178, 178, 0.6);
}
.btn-group.open .dropdown-toggle,
.bootstrap-select .btn:active {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 178, 178, 0.6);
}
.bootstrap-select .dropdown-toggle:focus {
    border-color: #b2b2b2;
    outline: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(178, 178, 178, 0.6);
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 5px;
}
.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:hover,
.bootstrap-select .dropdown-menu > .active > a:focus {
    color: #777;
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
}
.bootstrap-select .dropdown-menu  .popover-title {
    background: none;
    padding: 8px 12px;
    border-radius: 0;
}
.bootstrap-select .dropdown-menu > li > a,
.bootstrap-select.btn-group .dropdown-menu .no-results {
    background: none;
    padding: 3px 21px;
    margin: 0;
}

/** ======== Formulare ========== **/
.form-horizontal .form-col-left {
    padding-right: 5px;
}
.form-horizontal .form-col-center {
    padding-left: 5px;
    padding-right: 5px;
}
.form-horizontal .form-col-right {
    padding-left: 5px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
}

/** Icon Set **/
.amphiicon {
    position: inherit;
    top: auto;
}

/** Pagination **/
.pagination .amphiicon{
    font-size: 14px;
}

/*
    Tracking Image
*/
#amphicmsTrackingImage {
    position: absolute;
    height: 0px;
    overflow: hidden;
}


/** Header Image **/
.single-header, .amphi-slideshow, .amphi-no-slideshow{
    position: relative;
}
.header-img {
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.single-header .header-img, .owl-item .header-img {
    display: block;
}

div.header-img.item {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/**
 * Owl Slideshow
 */
.gallery-carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.gallery-carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .gallery-carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
}

.owl-carousel {
    overflow:hidden;
}
.owl-item .carousel-caption, .owl-item .gallery-carousel-caption {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.owl-item.active .carousel-caption, .owl-item.active .gallery-carousel-caption {
    opacity: 1;
}
.owl-item.active .carousel-caption a, .owl-item.active .gallery-carousel-caption a {
    text-decoration: none;
}
.amphi-slideshow .owl-nav {
    width:100%;
    height:50px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top:-25px;
    pointer-events:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.amphi-slideshow .owl-nav div {
    width:18px;
    height:50px;
    padding: 0;
    position:absolute;
    left:20px;
    z-index: 100;
    pointer-events:auto;
    cursor: pointer;
    opacity:0.7;
}

.amphi-slideshow .owl-nav div:hover {
    opacity:1;
}
.amphi-slideshow .owl-nav div.owl-next {
    text-align:left;
    left: auto;
    right:20px;
}
.amphi-slideshow .owl-nav div span {
    display:inline-block;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.3)
}
.amphi-slideshow .owl-dots {
    position: absolute;
    width:100%;
    z-index: 100;
    text-align:center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 15px;
}
.amphi-slideshow .owl-dots .owl-dot {
    display:inline-block;
    font-size:0;
    line-height:1;
    margin:0;
    padding:0;
    cursor: pointer;
}
.amphi-slideshow .owl-dots span {
    background: none transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    display: block;
    height: 10px;
    margin: 0 6px;
    transition: opacity 200ms ease 0s;
    -webkit-transition: opacity 200ms ease 0s;
    -moz-transition: opacity 200ms ease 0s;
    -ms-transition: opacity 200ms ease 0s;
    -o-transition: opacity 200ms ease 0s;
    width: 10px;
}
.amphi-slideshow .owl-dots span:hover, .amphi-slideshow .owl-dots .active span {
    background: #fff;
}

/** AmphiModal **/

.modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/** Bildunterschrift und Link **/
.thumbnail + .headline-wrapper{
    margin-top: -6px;
}
.thumbnail .caption p {
    color: #777777;
    font-size: 12px;
    margin: 0;
}
.thumbnail > a {
    display: block;
}
.thumbnail.text-center .amphiicon{
    margin: 5px 0;
}
@media (max-width: 767px) {
    .thumbnail {
        padding: 1px;
    }
}

/** Formular **/
ul.form-errors {
    padding-left: 30px;
}

textarea {
    resize: vertical;
    min-height: 7em;
}

.requiredNote {
    display: none;
}

/** Remove Table Border Top **/
.table > thead > .no-border-top > th,
.table > thead > .no-border-top > td,
.table > tbody > .no-border-top > th,
.table > tbody > .no-border-top > td,
.table > tfoot > .no-border-top > th,
.table > tfoot > .no-border-top > td{
    border-top: 0;
}


/** =========== TOP, FOOTER & SIDEBAR  NAVIGATION ============= **/
/* Small Level 1 */
.small-nav.level-1 {
}
.small-nav.level-1 li {
    display: inline-block;
}
.small-nav.level-1 li  a {
    padding: 2px 10px;
    color: #fff;
}
.small-nav.level-1 li.active a {
    color: #999;
}
.small-nav.level-1 li a:hover {
    color: #999;
}

/** =========== MOBILE NAVIGATION ============= **/

.nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/** Mobile Nav Toggle Icon **/
.navbar {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}
.navbar-toggle {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    color: #fff;
    background: #333;
    text-decoration: none;
    z-index: 99998;
    cursor: pointer;
}
.navbar-toggle:hover {
    color: #fff;
}
.navbar-toggle .amphiicon{
    font-size: 35px;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 7px 0;
}

/** Mobile Nav Overlay **/


/** Mobile Nav Collapse Reset **/
.navbar-collapse {
    max-height: inherit;
    margin: 0;
    padding: 0;
    border: 0;
}
nav.navbar .navbar-collapse ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
nav.navbar .navbar-collapse ul li {
    display: block;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
}
nav.navbar .navbar-collapse ul li a{
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/** Mobile Nav Settings **/
#nav-overlay {
    background: rgba(0, 0, 0, 0.8);
    z-index: 99997;
    position: fixed;
}
.mobile-nav{
    -webkit-overflow-scrolling: touch;
    background: rgb(96, 96, 96);
    z-index: 99998;
}
.mobile-nav *{
    border-width: 0;
    border-style: solid;
    border-color: transparent;
}
.mobile-nav ul li,
.mobile-nav ul li a,
.mobile-nav ul li span{
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/** Mobile Nav Language **/
.mobile-nav div.mobile-nav-language .level-1{
    font-size: 0;
    text-align: right;
}
.mobile-nav div.mobile-nav-language .level-1 li{
    display: inline-block;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
}
.mobile-nav div.mobile-nav-language .level-1 li.sole-entry,
.mobile-nav div.mobile-nav-language .level-1 li.last-entry{
    border-bottom-width: 0;
}
.mobile-nav div.mobile-nav-language .level-1 li a{
    padding: 0 20px;
    text-transform: uppercase;
}

/** Mobile Nav Search **/
.mobile-nav div.mobile-nav-search{
    padding: 10px;
    border-top-width: 1px;
}
.mobile-nav div.mobile-nav-search .row{
    margin: 0;
}
.mobile-nav div.mobile-nav-search .search-input,
.mobile-nav div.mobile-nav-search .search-btn{
    padding: 0;
}
.mobile-nav div.mobile-nav-search .form-group{
    margin: 0;
}
.mobile-nav div.mobile-nav-search .btn-default{
    border-left-width: 1px;
}

/** Mobile Nav Type 1 Settings **/
.mobile-nav.type-collapse ul li{
    display: block;
    position: relative;
    border-top-width: 1px;
}
.mobile-nav.type-collapse ul li.opened{
    border-bottom-width: 1px;
}
.mobile-nav.type-collapse ul li.opened + li{
    border-top-width: 0;
}
.mobile-nav .nav-group + .nav-group .level-1 > li.sole-entry,
.mobile-nav .nav-group + .nav-group .level-1 > li.first-entry{
    border-top-width: 0;
}
.mobile-nav.type-collapse .level-1 > li.sole-entry,
.mobile-nav.type-collapse .level-1 > li.last-entry{
    border-bottom-width: 1px;
}
.mobile-nav.type-collapse ul li a{
    display: block;
    padding: 0 48px 0 10px;
    text-decoration: none;
}
.mobile-nav.type-collapse ul li span.dropdown-toggle{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    padding: 0;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    border-left-width: 1px;
    cursor: pointer;
}
.mobile-nav.type-collapse ul li.opened > span.dropdown-toggle{
    border-left-color: transparent;
}

/** Mobile Nav Type 1 Levels **/
.mobile-nav.type-collapse .level-1 li a{
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
    padding-left: 20px;
}
.mobile-nav.type-collapse .level-2 li a{
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
}
.mobile-nav.type-collapse .level-3 li a{
    padding-left: 40px;
}
.mobile-nav.type-collapse .level-4 li a{
    padding-left: 60px;
}
.mobile-nav.type-collapse .level-5 li a{
    padding-left: 80px;
}

/** Mobile Nav Type 1 Colours **/
.mobile-nav *{
    border-color: rgba(0, 0, 0, .15)
}
.mobile-nav .level-1{
    background: #606060;
}
.mobile-nav ul li a{
    color: #bbb;
}
.mobile-nav ul li a:active{
    color: #fff;
    background: rgba(255, 255, 255, .03);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.mobile-nav ul li.active > a{
    color: #fff;
}
.mobile-nav ul li.dropdown-entry.opened,
.mobile-nav ul li.dropdown-entry.opened > span.dropdown-toggle{
    background: rgba(0, 0, 0, .2);
}
.mobile-nav ul li span.dropdown-toggle{
    color: #fff;
    background: transparent;
}
.mobile-nav .mobile-nav-search{
    background: #606060;
}
.mobile-nav .mobile-nav-search .btn-default{
    border-left-color: #535353;
}

/** Mobile Nav Type 2 Settings **/
.mobile-nav.type-simple ul li{
    display: block;
    position: relative;
}
.mobile-nav.type-simple ul li a{
    display: block;
    padding: 0 48px 0 10px;
    text-decoration: none;
}

/** Mobile Nav Type 2 Levels **/
.mobile-nav.type-simple .level-1 li{
    border-top-width: 1px;
}
.mobile-nav.type-simple .level-1 li a{
    font-size: 15px;
    font-weight: bold;
    line-height: 48px;
    padding-left: 20px;
}
.mobile-nav.type-simple .level-2{
    padding-bottom: 15px;
}
.mobile-nav.type-simple .level-2 li{
    border-top-width: 0;
}
.mobile-nav.type-simple .level-2 li a{
    font-size: 13px;
    font-weight: normal;
    line-height: 36px;
}
.mobile-nav.type-simple .level-3 li a{
    font-weight: normal;
    padding-left: 40px;
}
.mobile-nav.type-simple .level-4 li a{
    font-size: 12px;
    padding-left: 60px;
}
.mobile-nav.type-simple .level-5 li a{
    padding-left: 80px;
}

/* Megamenu */
li.megamenue-trigger {
    position: inherit;
}
li.megamenue-trigger:hover .megamenue-wrapper {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
li.megamenue-trigger .megamenue-wrapper {
    position: absolute;
    width: calc(100% - 30px);
    background: #fff;
    left: 15px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
li.megamenue-trigger .megamenue-wrapper ul > li {
    display: block;
}
li.megamenue-trigger .megamenue-wrapper ul > li > span a {
    padding: 10px 15px;
    text-transform: none;
    display: block;
}

/** =========== CAPTCHA ============= **/
div.captcha.form-group {
    margin-left:0;
    margin-right:0;
}
div.captcha img, div.captcha a {
    display:inline-block;
    vertical-align:bottom;
}
div.captcha > img {
    margin-right: 15px;
}
div.captcha a {
    font-size: 17px;
    text-align: center;
    padding-top: 0;
    vertical-align: top;
    margin: 0;
    display: inline-block;
    padding: 0;
}
.captcha .amphiicon{
    font-size: 17px;
    margin: 0;
    padding: 5px 1px;
}

/** ========== BAUSTEINE =========== **/
.module-wrapper {
    margin-bottom: 30px;
}


/** Suche **/
.search-input input {
    margin: 0;
}
.search-btn .btn-primary,
.search-btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-btn .btn .amphiicon {
    flex: 1;
    top: 0;
    margin: auto;
    padding: auto;
}


.moduleTextSearch form .search-input {
    padding-right: 2px;
}
.moduleTextSearch form .search-btn {
    padding-left: 2px;
}
.moduleTextSearch .btn .amphiicon {
    margin: 0;
}


/** Module Content Block Abstände und Border **/

.moduleTextSearch .module-content-block:first-child {
    margin-top: 0;
}
.moduleTextSearch .module-content-block:last-child {
    border-bottom: 0;
}
.moduleTextSearch .module-content-block {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}


/** Social Media Links **/
.social-media-links{
    margin-bottom: 21px;
}
.social-media-links a{
    display: inline-block;
    padding-right: 5px;
    font-size: 20px;
}

/** Downloads **/
.file-content {
    float: left;
    width: calc(100% - 55px);
    margin-bottom: 30px;
}

.filetypeicon{
    float: left;
    width: 40px;
    margin-right: 15px;
}

.filetype-link {
    display: block;
}

.filetype-link:hover,
.filetype-link:focus {
    text-decoration: none;
}

.filetype {
    width: 100%;
    max-height: 150px;
    display: none;
}

.filetype:hover {
    text-decoration: none;
}

.svg .filetype {
    display: block;
}

.svg .filetype-fallback {
    display: none;
}

.bg-filetype-icon {
    fill: #fff;
}

.filetype-icon {
    fill: #4c4c4c;
    width: 100%;
}

.filetype-text {
    fill: #4c4c4c;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-weight: bold;
    text-transform: uppercase;
}

.filetype-text.char-2 {
    font-size: 58px;
}

.filetype-text.char-3 {
    font-size: 48px;
}

.filetype-text.char-4 {
    font-size: 38px;
}

.filetype-text.char-5 {
    font-size: 28px;
}

/** Bausteine anzeigen / verstecken **/
.outer-module-wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
}
.module-visibility-trigger{
    width: 100%;
    height: auto;
    padding: 10px;
    display: table;
    background: #606060;
}
.module-visibility-trigger:hover{
    cursor: pointer;
}
.module-visibility-trigger + script + .module-wrapper{
    padding-top: 20px;
}
.module-visibility-trigger .trigger-text,
.module-visibility-trigger .trigger-status{
    display: table-cell;
    vertical-align: middle;
}
.module-visibility-trigger .trigger-text{
    text-align: left;
}
.module-visibility-trigger .trigger-status{
    text-align: right;
}
.module-visibility-trigger .trigger-text img,
.module-visibility-trigger .trigger-text h2,
.module-visibility-trigger .trigger-text .amphiicon{
    display: inline-block;
    vertical-align: middle;
}
.module-visibility-trigger .trigger-text img,
.module-visibility-trigger .trigger-text .amphiicon {
    margin: 0 10px 0 0;
}
.module-visibility-trigger .trigger-text h2{
    color: #fff;
    margin: 0;
}
.module-visibility-trigger .trigger-status .amphiicon{
    font-size: 22px;
    color: #fff;
}
.module-visibility-trigger.closed .trigger-status .amphiicon.icon-opened,
.module-visibility-trigger.opened .trigger-status .amphiicon.icon-closed {
    display: none;
}
.module-visibility-trigger.opened .trigger-status .amphiicon.icon-opened,
.module-visibility-trigger.closed .trigger-status .amphiicon.icon-closed{
    display: inline-block;
}
.module-visibility-trigger.opened .trigger-status .amphiicon.icon-opened{
    margin-bottom: 2px;
}
.module-visibility-trigger.closed .trigger-status .amphiicon.icon-closed{
    margin-top: 2px;
}


/** Tabellen Klassen **/
.table-bordered > thead > tr > th{
    border-bottom-width: 1px;
}

.table > thead:first-child > tr:first-child > th{
    background: #fff;
}

.table.table-borderless, .table.table-borderless th, .table.table-borderless td {
    border: 0;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
    .table-responsive > .table.table-bordered {
        border: 1px solid #e5e5e5;
    }
}


/** Sitemap **/
nav.sitemap > ul ul {
    margin-left: 20px;
}

fieldset .amphi-fff{
    height:0px;
    overflow:hidden;
}
fieldset .form-group.amphi-fff {
    margin-bottom: 0;
}

/* Text Bild Link Baustein Darstellungen */

.module-wrapper.template-headline-on-image .module-content-block > div:first-child {
    position: relative;
}
.module-wrapper.template-headline-on-image .module-content-block > div:last-child {
    padding: 0 20px;
}
.module-wrapper.template-headline-on-image .module-content-block .headline-wrapper {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    left: 0;
    right: 0;
    padding: 20px;
}
.module-wrapper.template-headline-on-image .module-content-block .headline-wrapper .headline3 {
    margin-bottom: 0;
}

/* Module Gap (Bausteinabstände) */

.module-wrapper.module-spacing-size-none-bottom {
    padding-bottom: 0px;
    margin-bottom: 0px; /* Hier wird dann sogar eine Einstellung vom .module-wrapper überlagert! */
}

.module-wrapper.module-spacing-size-small-top {
    padding-top: 15px;
}
.module-wrapper.module-spacing-size-small-bottom {
    padding-bottom: 15px;
}

.module-wrapper.module-spacing-size-medium-top {
    padding-top: 30px;
}
.module-wrapper.module-spacing-size-medium-bottom {
    padding-bottom: 30px;
}

.module-wrapper.module-spacing-size-large-top {
    padding-top: 45px;
}
.module-wrapper.module-spacing-size-large-bottom {
    padding-bottom: 45px;
}

/* Embedded Video Responsive Hack always 16:9 Format */
.video-container {
    position: relative;
    margin-bottom: 21px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Disable Responsive */
@media (min-width: 1px) {
    .no-responsive .col-sm-1{width:8.33333%}
    .no-responsive .col-sm-2{width:16.66667%}
    .no-responsive .col-sm-3{width:25%}
    .no-responsive .col-sm-4{width:33.33333%}
    .no-responsive .col-sm-5{width:41.66667%}
    .no-responsive .col-sm-6{width:50%}
    .no-responsive .col-sm-7{width:58.33333%}
    .no-responsive .col-sm-8{width:66.66667%}
    .no-responsive .col-sm-9{width:75%}
    .no-responsive .col-sm-10{width:83.33333%}
    .no-responsive .col-sm-11{width:91.66667%}
    .no-responsive .col-sm-12{width:100%}
    .no-responsive .col-sm-pull-0{right:0%}
    .no-responsive .col-sm-pull-1{right:8.33333%}
    .no-responsive .col-sm-pull-2{right:16.66667%}
    .no-responsive .col-sm-pull-3{right:25%}
    .no-responsive .col-sm-pull-4{right:33.33333%}
    .no-responsive .col-sm-pull-5{right:41.66667%}
    .no-responsive .col-sm-pull-6{right:50%}
    .no-responsive .col-sm-pull-7{right:58.33333%}
    .no-responsive .col-sm-pull-8{right:66.66667%}
    .no-responsive .col-sm-pull-9{right:75%}
    .no-responsive .col-sm-pull-10{right:83.33333%}
    .no-responsive .col-sm-pull-11{right:91.66667%}
    .no-responsive .col-sm-pull-12{right:100%}
    .no-responsive .col-sm-push-0{left:0%}
    .no-responsive .col-sm-push-1{left:8.33333%}
    .no-responsive .col-sm-push-2{left:16.66667%}
    .no-responsive .col-sm-push-3{left:25%}
    .no-responsive .col-sm-push-4{left:33.33333%}
    .no-responsive .col-sm-push-5{left:41.66667%}
    .no-responsive .col-sm-push-6{left:50%}
    .no-responsive .col-sm-push-7{left:58.33333%}
    .no-responsive .col-sm-push-8{left:66.66667%}
    .no-responsive .col-sm-push-9{left:75%}
    .no-responsive .col-sm-push-10{left:83.33333%}
    .no-responsive .col-sm-push-11{left:91.66667%}
    .no-responsive .col-sm-push-12{left:100%}
    .no-responsive .col-sm-offset-0{margin-left:0%}
    .no-responsive .col-sm-offset-1{margin-left:8.33333%}
    .no-responsive .col-sm-offset-2{margin-left:16.66667%}
    .no-responsive .col-sm-offset-3{margin-left:25%}
    .no-responsive .col-sm-offset-4{margin-left:33.33333%}
    .no-responsive .col-sm-offset-5{margin-left:41.66667%}
    .no-responsive .col-sm-offset-6{margin-left:50%}
    .no-responsive .col-sm-offset-7{margin-left:58.33333%}
    .no-responsive .col-sm-offset-8{margin-left:66.66667%}
    .no-responsive .col-sm-offset-9{margin-left:75%}
    .no-responsive .col-sm-offset-10{margin-left:83.33333%}
    .no-responsive .col-sm-offset-11{margin-left:91.66667%}
    .no-responsive .col-sm-offset-12{margin-left:100%}
}
@media (min-width: 1px) {
    .no-responsive .col-md-1{width:8.33333%}
    .no-responsive .col-md-2{width:16.66667%}
    .no-responsive .col-md-3{width:25%}
    .no-responsive .col-md-4{width:33.33333%}
    .no-responsive .col-md-5{width:41.66667%}
    .no-responsive .col-md-6{width:50%}
    .no-responsive .col-md-7{width:58.33333%}
    .no-responsive .col-md-8{width:66.66667%}
    .no-responsive .col-md-9{width:75%}
    .no-responsive .col-md-10{width:83.33333%}
    .no-responsive .col-md-11{width:91.66667%}
    .no-responsive .col-md-12{width:100%}
    .no-responsive .col-md-pull-0{right:0%}
    .no-responsive .col-md-pull-1{right:8.33333%}
    .no-responsive .col-md-pull-2{right:16.66667%}
    .no-responsive .col-md-pull-3{right:25%}
    .no-responsive .col-md-pull-4{right:33.33333%}
    .no-responsive .col-md-pull-5{right:41.66667%}
    .no-responsive .col-md-pull-6{right:50%}
    .no-responsive .col-md-pull-7{right:58.33333%}
    .no-responsive .col-md-pull-8{right:66.66667%}
    .no-responsive .col-md-pull-9{right:75%}
    .no-responsive .col-md-pull-10{right:83.33333%}
    .no-responsive .col-md-pull-11{right:91.66667%}
    .no-responsive .col-md-pull-12{right:100%}
    .no-responsive .col-md-push-0{left:0%}
    .no-responsive .col-md-push-1{left:8.33333%}
    .no-responsive .col-md-push-2{left:16.66667%}
    .no-responsive .col-md-push-3{left:25%}
    .no-responsive .col-md-push-4{left:33.33333%}
    .no-responsive .col-md-push-5{left:41.66667%}
    .no-responsive .col-md-push-6{left:50%}
    .no-responsive .col-md-push-7{left:58.33333%}
    .no-responsive .col-md-push-8{left:66.66667%}
    .no-responsive .col-md-push-9{left:75%}
    .no-responsive .col-md-push-10{left:83.33333%}
    .no-responsive .col-md-push-11{left:91.66667%}
    .no-responsive .col-md-push-12{left:100%}
    .no-responsive .col-md-offset-0{margin-left:0%}
    .no-responsive .col-md-offset-1{margin-left:8.33333%}
    .no-responsive .col-md-offset-2{margin-left:16.66667%}
    .no-responsive .col-md-offset-3{margin-left:25%}
    .no-responsive .col-md-offset-4{margin-left:33.33333%}
    .no-responsive .col-md-offset-5{margin-left:41.66667%}
    .no-responsive .col-md-offset-6{margin-left:50%}
    .no-responsive .col-md-offset-7{margin-left:58.33333%}
    .no-responsive .col-md-offset-8{margin-left:66.66667%}
    .no-responsive .col-md-offset-9{margin-left:75%}
    .no-responsive .col-md-offset-10{margin-left:83.33333%}
    .no-responsive .col-md-offset-11{margin-left:91.66667%}
    .no-responsive .col-md-offset-12{margin-left:100%}
}
@media (min-width: 1px) {
    .no-responsive .col-lg-1{width:8.33333%}
    .no-responsive .col-lg-2{width:16.66667%}
    .no-responsive .col-lg-3{width:25%}
    .no-responsive .col-lg-4{width:33.33333%}
    .no-responsive .col-lg-5{width:41.66667%}
    .no-responsive .col-lg-6{width:50%}
    .no-responsive .col-lg-7{width:58.33333%}
    .no-responsive .col-lg-8{width:66.66667%}
    .no-responsive .col-lg-9{width:75%}
    .no-responsive .col-lg-10{width:83.33333%}
    .no-responsive .col-lg-11{width:91.66667%}
    .no-responsive .col-lg-12{width:100%}
    .no-responsive .col-lg-pull-0{right:0%}
    .no-responsive .col-lg-pull-1{right:8.33333%}
    .no-responsive .col-lg-pull-2{right:16.66667%}
    .no-responsive .col-lg-pull-3{right:25%}
    .no-responsive .col-lg-pull-4{right:33.33333%}
    .no-responsive .col-lg-pull-5{right:41.66667%}
    .no-responsive .col-lg-pull-6{right:50%}
    .no-responsive .col-lg-pull-7{right:58.33333%}
    .no-responsive .col-lg-pull-8{right:66.66667%}
    .no-responsive .col-lg-pull-9{right:75%}
    .no-responsive .col-lg-pull-10{right:83.33333%}
    .no-responsive .col-lg-pull-11{right:91.66667%}
    .no-responsive .col-lg-pull-12{right:100%}
    .no-responsive .col-lg-push-0{left:0%}
    .no-responsive .col-lg-push-1{left:8.33333%}
    .no-responsive .col-lg-push-2{left:16.66667%}
    .no-responsive .col-lg-push-3{left:25%}
    .no-responsive .col-lg-push-4{left:33.33333%}
    .no-responsive .col-lg-push-5{left:41.66667%}
    .no-responsive .col-lg-push-6{left:50%}
    .no-responsive .col-lg-push-7{left:58.33333%}
    .no-responsive .col-lg-push-8{left:66.66667%}
    .no-responsive .col-lg-push-9{left:75%}
    .no-responsive .col-lg-push-10{left:83.33333%}
    .no-responsive .col-lg-push-11{left:91.66667%}
    .no-responsive .col-lg-push-12{left:100%}
    .no-responsive .col-lg-offset-0{margin-left:0%}
    .no-responsive .col-lg-offset-1{margin-left:8.33333%}
    .no-responsive .col-lg-offset-2{margin-left:16.66667%}
    .no-responsive .col-lg-offset-3{margin-left:25%}
    .no-responsive .col-lg-offset-4{margin-left:33.33333%}
    .no-responsive .col-lg-offset-5{margin-left:41.66667%}
    .no-responsive .col-lg-offset-6{margin-left:50%}
    .no-responsive .col-lg-offset-7{margin-left:58.33333%}
    .no-responsive .col-lg-offset-8{margin-left:66.66667%}
    .no-responsive .col-lg-offset-9{margin-left:75%}
    .no-responsive .col-lg-offset-10{margin-left:83.33333%}
    .no-responsive .col-lg-offset-11{margin-left:91.66667%}
    .no-responsive .col-lg-offset-12{margin-left:100%}
}

/* =========== ALTERNATIVE CAROUSEL STYLES ============ */

/* Animated */

.carousel.animate .item {
    display: block;
    position: absolute;
    width: 100%;
}

/* =========== Social Media Feed ============ */


/* Externer Inhalt mit Vorschau Bild */
.external-content-preview .external-content-preview-image  {
    width: 100%;
}

.external-content-preview .external-content-preview-image-text {
    position: absolute;
    bottom: 20%;
    left: 10%;
    right: 10%;
    color: #ffffff;
    text-align: center;
}

/**
 * Note Overlay
 */

.cms-note-overlay-content {
    display: none;
}


.modal-footer a.btn-default, .modal-footer .btn-default,
.modal-footer a.btn-primary, .modal-footer .btn-primary,
.modal-footer a.btn-custom, .modal-footer .btn-custom {
    margin-top: 0;
}

/**
 * Honeypot
 */

span.captcha-letter-b,
.type-oh-no { /* Anagramm für Honeypot */
    visibility: hidden;
    display: none;
    speak: never;
}

span.captcha-letter-c,
.phone-toy {/* Anagramm für Honeypot */
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
    speak: never;
    overflow: hidden;
}

.form-math-captcha {
    display: flex;
    flex-direction: column;
    max-width: 220px;
}

.form-math-captcha .input-group-addon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    font-weight: 600;
    color: #444;
}

.form-math-captcha .input-group-addon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 1.5em 5.5em, radial-gradient(2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 2.3em 4em, radial-gradient(3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 3.5em 5.5em, radial-gradient(#dedede, #dedede);
    background-color: #deded5;
    background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%;
    background-repeat: repeat;
}

.form-math-captcha .input-group-addon .math-captcha-plus-sign {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

.form-math-captcha .input-group-addon .math-captcha-number.math-captcha-first-number {
    font-size: 20px;
    transform: rotate(-18deg);
}

.form-math-captcha .input-group-addon .math-captcha-number.math-captcha-last-number {
    font-size: 22px;
    transform: rotate(5deg);
}

.form-math-captcha input[type='number']::-webkit-inner-spin-button,
.form-math-captcha input[type='number']::-webkit-outer-spin-button {
    opacity: 1;
    margin-left: -14px;
}

.form-math-captcha input {
    height: 45px;
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    font-weight: 600;
    font-size: 16px;
    color: #444;
    text-align: center;
}

@media (max-width: 767px) {
    select, input, textarea {
        -webkit-appearance: auto;
    }
}

/** Shariff Anpassungen **/
.shariff .orientation-horizontal.button-style-standard li.shariff-button {
    flex-grow: 0;
}

.shariff li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .shariff li .amphiicon {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .shariff .orientation-horizontal li .share_text {
        padding-left: 0;
    }
}
