@font-face {
    font-family: BankGothic;
    src: url('fonts/bgothm.ttf') format('truetype');
}

body {
    font: 400 15px Verdana, sans-serif;
    line-height: 1.8;
    color: #717171;
}

h1 {
    color: #303030;
    font-family: BankGothic, sans-serif;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: BankGothic, sans-serif;
}

h3 {
    font-family: BankGothic, sans-serif;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: BankGothic, sans-serif;
}

iframe {
    border-width: 0px;
}

img {
    width: 100%;
}

.slogan {
    color: #f3e600 !important;
    font-size: 19px !important;
}

.slogan-blue {
    color: #3c76bb;
}

.important-text {
    font-size: 17px;
}

.text-footer {
    font-size: 11px;
}

.jumbotron {
    background-color: #000000;
    color: #fff;
    padding: 100px 25px;
    font-family: BankGothic, sans-serif;
}

.jumbotron h1 {
    color: #f3e600 !important;
    font-size: 27px;
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.logo-small {
    color: #000000;
    font-size: 50px;
}

.logo {
    color: #000000;
    font-size: 200px;
}

.logo-center {
    height: 200px;
    width: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
    position: relative;
}

.thumbnail img {
    max-width: 500px;
    height: 100%;
    margin-bottom: -15px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #000000;
    width: 0%;
}

.carousel-indicators li {
    border-color: #000000;
    margin: 5px;
}

.carousel-indicators li.active {
    background-color: #000000;
    margin: 5px;
}

.item {
    min-height: 100px;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #000000;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid #000000;
    background-color: #fff !important;
    color: #000000;
}

.panel-heading {
    color: #fff !important;
    background-color: #000000 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #000000;
    color: #fff;
}

.navbar {
    margin-bottom: 0;
    background-color: #000000;
    z-index: 9999;
    border: 0;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: BankGothic, sans-serif;
}

.navbar li a, .navbar .navbar-brand {
    color: #f3e600 !important;
}

.navbar-brand {
    padding-top: 15px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #000000 !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #f3e600 !important;
}

.title {
    /*font-weight: bold;*/
    font-style: italic;
}

.partner-logo img {
    width: 160px;
}

.vmiddle-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.partner-logo div {
    padding: 0px;
    height: 140px;
    margin-bottom: 15px;
}

.img-hover div {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
    -moz-transition: all .3s ease; /* Firefox */
    -o-transition: all .3s ease; /* IE 9 */
    -ms-transition: all .3s ease; /* Opera */
    transition: all .3s ease;
}

.img-hover div:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform: scale(1.20); /* Firefox */
    -ms-transform: scale(1.20); /* IE 9 */
    -o-transform: translatZ(0) scale(1.20); /* Opera */
    transform: translatZ(0) scale(1.20);
    z-index: 10;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff !important;
    /*float: none;*/
    /*display: table-cell;*/
    margin-bottom: 15px;
    /*padding: 0px 0px 0px 0px;*/
    /*vertical-align: top;*/
    max-width: 700px;
    
    margin-left: auto;
    
    margin-right: auto;
}

.profile {
    /*display: table;*/
    /*border-collapse: separate;*/
    /*border-spacing: 20px;*/
}

.gallery-col {
    float: left;
    width: 25%;
    padding: 10px;
}

.gallery-col img {
    opacity: 0.8;
    cursor: pointer;
}

.gallery-col img:hover {
    opacity: 1;
}

.expanded-img {
    position: relative;
    display: none;
}

.transparent-text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}

.contact-element span {
    float: left;
    padding-top: 7px;
}

.contact-element p {
    float: left;
    padding-left: 10px;
}

.g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0 0;
    margin-bottom: 10px;
}

.modal {
    top: 40%;
}

.dsg-container {
    max-height: 120px;
    position: relative;
    overflow: hidden;
}

.dsg-container .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;

    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: linear-gradient(to bottom, transparent, black);
}

.expander {
    color: black;
    cursor: pointer;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000000;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }

    img {
        max-height: 60%;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .card {
        max-width: 60%;
        max-height: 60%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .card img {
        max-width: 100%;
    }

    .thumbnail {
        max-width: 90%;
        max-height: 90%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .thumbnail img {
        max-width: 100%;
    }

    .partner-logo-container {
        max-width: 70%;
        max-height: 70%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }

    img {
        max-height: 100%;
        max-width: 100%;
    }

    .card {
        max-width: 100%;
        max-height: 100%;
    }

    .thumbnail {
        max-width: 100%;
        max-height: 100%;
    }

    .thumbnail img {
        max-width: 100%;
    }

    .partner-logo-container {
        max-width: 100%;
        max-height: 100%;
    }
.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #1f6888 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}