@charset "utf-8";

@font-face {
    font-family: MyriadPro;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/MyriadPro-Regular.otf');
}
@font-face {
    font-family: MyriadPro;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/MyriadPro-Bold.otf');
}
@font-face {
    font-family: MyriadPro;
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/MyriadPro-It.otf');
}

* {
    margin: 0px;
    padding: 0px;
    font-family: myriadpro, sans-serif;
    text-decoration: none;
    line-height: 150%;
}

body {
    padding-top: 105px;
}

h1 {
    margin-bottom: 25px;
}

p {
    margin-bottom: 16px;
}

a {
    color: #0055a4;
}
a:hover {
    color: #429ef4;
}

ul {
    margin-left: 32px;
    margin-bottom: 16px;
}
@media all and (max-width: 450px){
    ul {
        margin-left: 0px;
    }
}

.kreisitem {
    margin: 16px;
    padding: 16px;
    width: calc(20% - 75px);
    min-width: 120px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.kreisitem img {
    margin-bottom: 16px;
    width: 96px;
}
.kreisitem div {
    
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1100px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    margin-left: 100px;
    margin-right: 100px;
}

@media all and (max-width: 1400px){
    .responsive-video {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media all and (min-width: 1600px){
    .responsive-video {
        margin-left: 200px;
        margin-right: 200px;
        padding-bottom: 40.25%;
    }
}



#popup {
    display: inline-block;
    width: 30%;
    height: 150px;
    background-color: #ffffff;
    position: fixed;
    left: 0px;
    top: calc(50% - 150px);
    padding: 0px;
    min-width: 280px;
    outline-color: #1055a44a;
    outline-width: 2px;
    outline-style: solid;
}

#popup .popupbild {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/popupimg.jpg);
    margin: 0px;
    height: 150px;
    width: 30%;
    padding: 0px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}

#popup .popupx {
    color: #7e7e7e;
    float: right;
    display: inline-block;
    padding: 8px;
}

#popup .popuptext {
    width: 55%;
    display: inline-block;
    padding: 25px 0px 25px 25px;
    left: 30%;
    position: absolute;
}

#popup .button {
    width: 150px;
    padding: 8px;
    background-color: #0055a4;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#popup .button:hover {
    background-color: #0064c1;
}


.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    padding-bottom: 32px;
}