/**
 * Fonts.
 */
@font-face {
    font-family: 'Helvetica Neue Regular';
    src: url('HelveticaNeueLTW01-55Roman.eot'),
    url('HelveticaNeueLTW01-55Roman.woff'),
    url('HelveticaNeueLTW01-55Roman.woff2'),
    url('HelveticaNeueLTW01-55Roman.ttf');
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('HelveticaNeueLTW01-75Bold.eot'),
    url('HelveticaNeueLTW01-75Bold.woff'),
    url('HelveticaNeueLTW01-75Bold.woff2'),
    url('HelveticaNeueLTW01-75Bold.ttf');
}

body {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-weight:normal;
    background: #BFBFBF;
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    margin:0;
    padding:0;
    width: 1px;
    width: 100%;
}
/**
 * Typography.
 */
h1 {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 36px;
    margin-top:0px;
    margin-bottom:25px;
}

h2 {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size:20px;
    line-height: 26px;
    margin:0px;
}

h3 {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-size:14px;
    margin:0px;
}

.interest h3, .initiative-bewerbung h3, .questions h3, .more h3 {
    display: inline;
}

a {
    text-decoration: none;
    transition: color .3s;
}

ul {
    padding-left:20px;
    margin:0;
}
li {
    list-style-type:none;
    margin-bottom:15px;
}

b, strong {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

p {
    margin:10px 0px 0px;
}

/**
 * Layout
 */
#wrapper {
    width: 100%;
    max-width:990px;
    margin:0 auto;
    position:relative;
    padding-bottom:70px;
    background: white;
}

.head-line {
    background: #D7E5F8;
    padding:50px;
    position: relative;
    min-height:210px;
}
.title {
    width:66%;
}
.logo {
    position:absolute;
    right:0px;
    top:0px;
    transform: translateY(-50%);
    padding:25px;
    background: #fff;
    width:25%;
    height:auto;
}
.logo a, .logo img {
    display:block;
    width:100%;
    height:auto;
}

header {
    background: #D7E5F8;
    width:100%;
    max-width: 990px;
    position: fixed;
    top:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
    padding-top:20px;
    padding-bottom:20px;
    display: none;
}

header.sticky {
    display: table;
    width:100%;
    padding:15px 50px 10px;
}

header.sticky .title {
    display: table-cell;
    width:80%;
    vertical-align: middle;
}
header.sticky .button {
    display: table-cell;
}

header.sticky h1 {
    margin-bottom:0px;
}

.content {
    padding:0px 50px 25px;
    overflow:hidden;
    background: #fff;
}

section {
    padding:25px 0px 15px;
    clear:both;
}
.content section:first-child {
    width:80%;
}
.intro {
    color:#0d57a6;
}

.multicolumn {
    display:table;
    width:100%;
    table-layout: fixed;
}

.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}

.width-80 {
    width:80%;
}

.width-75 {
    width:75%;
}

.width-66 {
    width:66.666%;
}

.width-60 {
    width:60%;
}

.width-50 {
    width:50%;
}

.width-40 {
    width:40%;
}

.width-33 {
    width:33.333%;
}

.width-25 {
    width:25%;
}
.width-25 {
    text-align: center;
}

.width-20 {
    width:20%;
}

.separator {
    width:25px;
}


@media screen and (max-width: 500px) {

    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    .width-80, .width-50 {
        margin-top:40px;
    }
    .separator {
        display: none;
    }
}

/**
 * Theme Master
 */
.master .logo {
    background: transparent;
    padding: 0px;
    right: 40px;
    top: 40px;
    transform: none;
}
.master .head-line, .master .head-line.sticky, .master header {
    background: #f2e6cd;
}
.master h1 {
    color: #024589;
}
.master h2, .master h3, .master p span {
    color: #024589;
}
.master a {
    color: #024589;
    text-decoration: underline;
    font-weight: bold;
}
.master a:hover {
    color:#b47d00;
}
.master .social-icons {
    background-color: #f2e6cd;
}
.master .social-icons a svg * {
    fill:#b47d00;
 }
.master .social-icons a:hover svg * {
    fill:#024589;
}
/**
 * Theme VKB
 */
.vkb .head-line, .vkb .head-line.sticky, .vkb header, .vkb .social-icons {
    background: #deeaf8;
}
.vkb h1 {
    color: #024589;
}
.vkb h2, .vkb h3, .vkb p span {
    color: #024589;
}
.vkb .logo {
    background: transparent;
}
.vkb a {
    color: #024589;
    text-decoration: underline;
    font-weight: bold;
}
.vkb a:hover {
    color:#9db81d;
}
.vkb .social-icons a svg * {
    fill:#024589;
    -webkit-transition: all .3ms ease;
    -moz-transition: all .3ms ease;
    -ms-transition: all .3ms ease;
    -o-transition: all .3ms ease;
    transition: all .3ms ease;
}
.vkb .social-icons a:hover svg * {
    fill:#9db81d;
}

/**
 * Theme bavaria-direkt
 */
.bavaria-direkt {
    font-family: 'Helvetica Neue Regular', Helvetica, Arial, sans-serif;
}
.bavaria-direkt b, .bavaria-direkt strong {
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
}
.bavaria-direkt .head-line, .bavaria-direkt .head-line.sticky, .bavaria-direkt header, .bavaria-direkt .social-icons {
    background: #024589;
}
.bavaria-direkt h1 {
    color: #FFF;
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
}
.bavaria-direkt h2, .bavaria-direkt p span {
    color: #024589;
    font-family: 'Helvetica Neue Regular', Helvetica, Arial, sans-serif;
}
.bavaria-direkt h3 {
    color: #024589;
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
}
.bavaria-direkt h2 {
    color:#fff
}
.bavaria-direkt a {
    color: #024589;
    text-decoration: underline;
    font-weight: bold;
}
.bavaria-direkt a:hover {
    color:#EA3323;
}
.bavaria-direkt .social-icons a svg * {
    fill:#FFF;
    -webkit-transition: all .3ms ease;
    -moz-transition: all .3ms ease;
    -ms-transition: all .3ms ease;
    -o-transition: all .3ms ease;
    transition: all .3ms ease;
}
.bavaria-direkt .social-icons a:hover svg * {
    fill:#EA3323;
}

/* Theme VD
*/
.vd .head-line, .vd .head-line.sticky, .vd header, .vd .social-icons {
    background: #deeaf8;
}
.vd h1 {
    color: #024589;
}
.vd h2, .vd h3, .vd p span {
    color: #024589;
}
.vd a {
    color: #024589;
    text-decoration: underline;
    font-weight: bold;
}
.vd a:hover {
    color:#9db81d;
}
.vd .social-icons a svg * {
    fill:#024589;
    -webkit-transition: all .3ms ease;
    -moz-transition: all .3ms ease;
    -ms-transition: all .3ms ease;
    -o-transition: all .3ms ease;
    transition: all .3ms ease;
}
.vd .social-icons a:hover svg * {
    fill:#9db81d;
}

/**
 * Theme feuersozietaet
 */
.feuersozietaet .head-line, .feuersozietaet .head-line.sticky, .feuersozietaet header, .feuersozietaet .social-icons {
    background: #ff000d;
}
.feuersozietaet h1, .feuersozietaet h2 {
    color: #fff;
}
.feuersozietaet h3 {
    color: #ff000d;
}
.feuersozietaet a {
    color: #ff000d;
    text-decoration: underline;
    font-weight: bold;
}
.feuersozietaet a:hover {
    color:#ea8f31;
}
.feuersozietaet .social-icons a svg * {
    fill:#FFFFFF;
    -webkit-transition: all .3ms ease;
    -moz-transition: all .3ms ease;
    -ms-transition: all .3ms ease;
    -o-transition: all .3ms ease;
    transition: all .3ms ease;
}
.feuersozietaet .social-icons a:hover svg * {
    fill:#ea8f31;
}

/**
 * Theme saarland
 */
.saarland {
    font-family: 'Helvetica Neue Regular', Helvetica, Arial, sans-serif;
}
.saarland b, .saarland strong {
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
}
.saarland .head-line, .saarland .head-line.sticky, .saarland header, .saarland .social-icons {
    background: #d9d9d9;
}
.saarland h1 {
    color: #00519E;
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
}
.saarland h2, .saarland p span {
    color: #00519E;
    font-family: 'Helvetica Neue Regular', Helvetica, Arial, sans-serif;
}
.saarland h3 {
    color: #00519E;
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
}
.saarland a {
    color: #00519E;
    text-decoration: underline;
    font-family: 'Helvetica Neue Bold', Helvetica, Arial, sans-serif;
}
.saarland a:hover {
    color:#9db81d;
}
.saarland .social-icons a svg * {
    fill:#00519E;
    -webkit-transition: all .3ms ease;
    -moz-transition: all .3ms ease;
    -ms-transition: all .3ms ease;
    -o-transition: all .3ms ease;
    transition: all .3ms ease;
}
.saarland .social-icons a:hover svg * {
    fill:#9db81d;
}

/**
 * Theme UKV
 */
.ukv .head-line, .ukv .head-line.sticky, .ukv header, .ukv .social-icons {
    background: rgb(130,185,210);
}
.ukv h1 {
    color: #024588;
}
.ukv h2, .ukv h3, .ukv p span {
    color: #024589;
}
.ukv a {
    color: #024589;
    text-decoration: underline;
    font-weight: bold;
}
.ukv a:hover {
    color:rgb(130,185,210);
}
.ukv .social-icons a svg * {
    fill:#024589;
    -webkit-transition: all .3ms ease;
    -moz-transition: all .3ms ease;
    -ms-transition: all .3ms ease;
    -o-transition: all .3ms ease;
    transition: all .3ms ease;
}
.ukv .social-icons a:hover svg * {
    fill:#f09100;
}
/**
 * Theme URV
 */
.urv .head-line, .urv .head-line.sticky, .urv header, .urv .social-icons {
    background: rgb(130,185,210);
}
.urv h1 {
    color: #024588;
}
.urv h2, .urv h3, .urv p span {
    color: #024589;
}
.urv a {
    color: #024589;
    text-decoration: underline;
    font-weight: bold;
}
.urv a:hover {
    color:rgb(130,185,210);
}
.urv .social-icons a svg * {
    fill:#024589;
    -webkit-transition: all .3ms ease;
    -moz-transition: all .3ms ease;
    -ms-transition: all .3ms ease;
    -o-transition: all .3ms ease;
    transition: all .3ms ease;
}
.urv .social-icons a:hover svg * {
    fill:#f09100;
}

 /* Theme VR
 */
.vr .head-line, .vr .head-line.sticky, .vr header, .vr .social-icons {
    background: #E7EFF6;
}
.vr .logo {
    background: transparent;
}
.vr h1 {
    color: #2A64AD;
}
.vr h2, .vr h3, .vr p span {
    color: #2A64AD;
}
.vr a {
    color: #2A64AD;
    text-decoration: underline;
    font-weight: bold;
}

.vr a:hover {
    color:#ED702D;
}

.vr a:hover {
    color:#ED702D;
}
.vr .social-icons a svg * {

    fill:#2A64AD;
    -webkit-transition: all .3ms ease;
    -moz-transition: all .3ms ease;
    -ms-transition: all .3ms ease;
    -o-transition: all .3ms ease;
    transition: all .3ms ease;
}


/**
 * Theme VMK
 */
.vmk .head-line, .vmk .head-line.sticky, .vmk header, .vmk .social-icons {
    background: #005baa;
}
.vmk h1 {
    color: #fff;
}
.vmk .content {
    background: #f5f9ef;
}
.vmk h2, .vmk h3, .vmk p span {
    color: #005baa;
}
.vmk a {
    color: #005baa;
    text-decoration: underline;
    font-weight: bold;
}
.vmk a:hover {
    color:#9bcd65;
}
.vmk .social-icons a svg * {
    fill:#fff;
    -webkit-transition: all .3ms ease;
    -moz-transition: all .3ms ease;
    -ms-transition: all .3ms ease;
    -o-transition: all .3ms ease;
    transition: all .3ms ease;
}
.vmk .social-icons a:hover svg * {
    fill:#9bcd65;
}


/**
 * Content general
 */
.content ul {
    margin:0px;
    padding:0;
}
.content ul li {
    padding-left:15px;
    margin-bottom: 0;
    position: relative;
}
.content ul li:last-child {
    margin-bottom: 0px;
}
.content ul li:before {
    font-size: 18px;
    font-weight: lighter;
    position: absolute;
    left: 0px;
    top: -1px;
    content: "\203A";
    color: #000;
}
.image img {
    width:100%;
    height:auto;
}
.small-print {
    font-size:11px;
}
.header-image {
    position:relative;
}
.header-image img {
    width:100%;
    height:auto;
    display: block;
}
.interest, .questions, .more {
    overflow: auto;
    padding:15px 0px 0px;
}
.interest svg, .questions svg, .more svg {
    width:32px;
    height:32px;
    float: left;
    margin-right:10px;
}

/**
 * Stickers
 */
.stickers {
    overflow: auto;
}
.stickers.left {
    position: relative;
    text-align: right;
}
.stickers.left span.partner {
    position: absolute;
    top: 33px;
    right: 175px;
}
.stickers img {
    float:left;
    margin-right:30px;
    height:75.4px;
    width:auto;
}
.stickers.right img {
    float:right;
    margin-left:15px;
    margin-right:0px;
}
.stickers.left img {
    width:auto;
    height:auto;
    float: none;
}
.stickers.left img.right {
    width:100%;
    height:auto;
    margin-right: 0;
}

/**
 * Button
 */
.button {
    display: inline-block;
    font-size:18px;
    text-align: center;
    text-decoration: none;
    text-decoration: none!important;
}
.button span {
    display: block;
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.head-line .button {
    position: absolute;
    right: 5%;
    bottom: -58px;
}
/**
 * Social
 */
.social-icons {
    width:100%;
    max-width: 990px;
    overflow: auto;
    padding: 20px 50px;
    background: #D7E5F8;
    position:fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.social-icons a {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    float: left;
    background-size: cover;
}
.social-icons a.whatsapp {
    display: none;
}

/**
 * Moduls
 */
.ui.dimmer {
    background-color:rgba(0,0,0,.45)
}
.ui.modal {
    top:10%;
    border-radius: 0px;
    background: transparent;
}
.modal .modal-content {
    width: 100%;
    max-width: 930px;
    margin:0 auto;
    padding:0px;
    position:relative;
}
.modal iframe {
    width:100%;
    display:block;
    min-height: 600px;
    overflow: hidden;
}
.ui.contact-modal {
    top:100px;
}
.contact-modal iframe {
    min-height: 892px;
}
.modal-close {
    transition: color .1s ease;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    top: -10px!important;
    right: -10px!important;
    cursor: pointer;
    z-index: 8040;
    position: absolute;
    width: 36px;
    height: 36px;
    text-decoration: none!important;
    background-color: #fff;
}
.modal-close:before {
    font-weight: lighter;
    font-size: 28px;
    line-height: 32px;
    content: "\00d7"!important;
    transform: rotate(45deg);
}
@media screen and (max-width: 670px) {
    .modal .modal-content, #modal iframe {
        height:100%;
    }
}
/**
 * Media Queries
 */
@media screen and (max-width: 900px) {
    .stickers.left img {
        height:auto;
        width: auto;
    }
}

@media screen and (max-width: 667px) {
    body, p, a, span, strong, b, li, div {
        font-size:12px;
        line-height:16px;
    }
    #wrapper {
        padding-bottom:60px;
    }
    h1 {
        font-size: 18px;
        line-height: 24px;
    }
    h2 {
        font-size: 16px;
        line-height:20px;
    }
    h3 {
        font-size: 12px;
    }
    h3, h2 {
        position: relative;
        margin-bottom:10px;
    }
    .logo {
        padding:10px;
    }
    .title h2 {
        margin-top:15px;
    }
    .sticky .title h2 {
        display: none;
    }
    section {
        padding: 30px 0px 0px;
    }
    .content section:first-child {
        width:100%;
        padding-top:40px;
    }
    .social-icons a.whatsapp {
        display: block;
    }
    .head-line {
        padding:8% 20px;
        min-height:auto;
    }
    .button img {
        width:80px;
        height:auto;
    }
    .head-line .button {
        bottom: -30px;
    }
    .content, header.sticky {
        padding-left:20px;
        padding-right:20px;
    }
    .social-icons {
        padding:20px;
    }
    .social-icons a {
        width:20px;
        height:20px;
    }
    .stickers.left img {
        width:100%;
        height:auto;
        display: block;
    }
    .modal iframe {
        min-height: 800px;
    }
}