html{
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:black;
    margin:0;
    border:0;
    padding:0;
    background-color: white;
    hyphens: none;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
}

p{
    margin:0;
    border:0;
    padding:0;
    text-align: justify;
    display:block;
    z-index: 2;
    position: relative;
}

h1{
    margin:0;
    border:0;
    padding:0;
    padding-bottom: 7px;
    font-size: 50px;
    color: #CC9900;
    font-family: 'ooohBaby', GeosansLight, sans-serif;
    font-weight: normal;
    text-align: left;
}

h2{
    margin:0;
    border:0;
    padding:0;
    padding-bottom: 7px;
    font-size: 40px;
    color: #CC9900;
    font-family: 'ooohBaby', GeosansLight, sans-serif;
    font-weight: normal;
    text-align: left;
}

h3{
    margin:0;
    border:0;
    padding:0;
    padding-bottom: 5px;
    font-size: 30px;
    color: #CC9900;
    font-family: 'ooohBaby', GeosansLight, sans-serif;
    font-weight: normal;
    text-align: left;
}

iframe {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    width: 100%;
    height: 300px;
}

.container{
    max-width:1200px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    background-color: white;
}

.upper_part{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /*height: 76px;*/  /*Höhe Logo über Menü -> wird eigentlich nicht benötigt*/
}

.upper_part h2{
    padding-left: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
}
    
.menu_container{
    width: 100%;
    max-height: 63.2px;
    background-color: #CC9900;
    /*overflow: hidden;*/
    position: sticky;
    position: -webkit-sticky;
    margin:0;
    border:0;
    padding:0;
    top: -1px;
    z-index: 98;

}
.container1{
    width: 100%;
    background-color: white;
    position: relative;
    margin-bottom: 45px;
    margin-top: 45px;
}

.container_full{
    width: 95%;
    margin-left:2.5%;
    margin-right:2.5%;
    position: relative;
}

.outer_div{
    padding: 15px;
    margin-bottom: 45px;
}

.pic_left{
    width: 17.5%;
    height: 100%;
    margin-right: 2.5%;
    position: absolute;
    float: left;
    overflow: hidden;
}

.pic_left img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.text_right{
    width: 80%;
    float: right;
}

.bannertop{
    width: 100%;
    /*padding-top: 30%;
    background-color: black;
    background:url('../Resources/header_1.jpg') no-repeat;*/
    background-size: contain;
    background-position: center;
    height: 250px;
    overflow: hidden;
    display: flex;
}

.bannertop img{
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}

.content{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 96%;
    margin: 2%;
    background-color: white;
    float:left;
    border: 2px solid #A68462;
}

.innercontent{
    width: 96%;
    margin: 2%;
    position: relative;
}

.clear{
    display:block;
    line-height: 0;
    height: 0;
    clear:both;
}

.footer{
    /*float: left;*/
    margin: 0;
    width: 100%;
    max-width: 1200px;
    height: 16px;
    background-color: white;
    
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding-bottom: 15px;
    padding-top: 5px;
}

.footer_transparency{
    position: fixed;
    z-index: 100;
    bottom: 36px;
    width: 100%;
    max-width: 1200px;
    height: 15px;
    background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,1));
}

.footer_abstand{
    width: 100%;
    height: 90px;
}

.footer_img{
    position:absolute;
    height: auto;
    margin: -4.1%;
    max-width: 360px;
    width: 25%;
    top: 0;
    left: -1.9%;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    z-index: 0;
}

#js_button{
    width: 250px;
    height: 20px;
    position: fixed;
    top: 150px;
    right: 100px;
    background-color: #CC9900;
    color: white;
    padding: 10px;
}

#js_button p{    
    text-align: center;
}

#js_button:hover{
    cursor: pointer;
}

.footer p{
    font-size: 14px;
    text-align: center;
    width: 100%;
    background-color: white;
}

.menu{
    float:left;
    background-color: #F78DA7;
    max-width:1200px;
    width: 100%;
}

.box_100{
    width: 100%;
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
}
.box_40 {
    width: 40%;
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
}

.box_60 {
    width: 60%;
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
}

.left_img {
    width: 20%;
    min-width: 150px;
    height: auto;
    border-radius: 5px;
    border: 0;
    margin: 0;
    margin-right: 2.5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    float: left;
    position: relative;
    z-index: 2;
}

.right_img {
    width: 20%;
    min-width: 150px;
    height: auto;
    border-radius: 5px;
    border: 0;
    margin: 0;
    margin-left: 2.5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    float: right;
}

a{
    text-decoration:none;
    color: #CC9900;
}

a:hover{
    text-decoration:underline;
    color: #f7c020;
}

.submitbutton{
    display: block;
    padding: 14px 16px;
    background-color: #F78DA7;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 30px;
    font-family: 'Revista', 'Times New Roman', Times, serif;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.submitbutton:hover{
    background-color: #CC9900;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.no_decoration{
    color: black;
}

.no_decoration:hover{
    color: black;
    text-decoration: none;
}

.no_decoration > div:hover{
    box-shadow:  0px 0px 20px 5px #CCCCCC;
}


/*######################################### Wer wir sind #######################################################################*/
.pic_mid{
    box-sizing: border-box;
    position: relative;
    top: 45px;
    margin: auto;
    margin-bottom: 45px;
    max-width: 60%;
}

.pic_mid img{
    max-width: 100%;
    display: block;
    margin: auto;
}

.steckbrief_wrapper{
    box-sizing: border-box;
    width: 100%;
    margin-top: 90px;
    margin-bottom: 35px;
    position: relative;
}

.steckbrief_wrapper_2{
    margin-top: 20px;
    display: flex;
}

.steckbrief{
    box-sizing: border-box;
    border: 2px solid #CC9900;
    width: 33.5%;
    margin-right: 1.5%;
}

.steckbrief_interview_content{
    padding: 15px;
}

.steckbrief_interview_content span{
   height: 7px;
   display: block;
}
.interview{
    box-sizing: border-box;
    width: 65%;
    border: 2px solid #CC9900;
}

.pic_mid_alt{
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    margin-top: 72px;
    max-width: 960px;
    width: 80%;
    z-index: 8;
}

.pic_mid_alt img{
    max-width: 960px;
    width: 100%;
    z-index: 9;
    display: block;

}

.steckbrief_wrapper_alt{
    box-sizing: border-box;
    width: 100%;
    top: 45px;  
    z-index: 10;
    position: relative;
}

.steckbrief_wrapper_2_alt{
    margin-top: 35px;
    display: flex;
    background-color: rgba(255,255,255,0.8);
}

.steckbrief_alt{
    box-sizing: border-box;
    width: 32.5%;
    padding-right: 2.5%;
}

.interview_alt{
    box-sizing: border-box;
    width: 70%;
}

table{
    padding-top: 10px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

td{
    padding-bottom: 10px;
}

td:first-child{
    padding-right: 10px;
}

/*########################################### Termine ##############################################################*/
.termine_wrapper{
    width: 100%;
    box-sizing: border-box;
    display: flex;    
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 45px;
}

.termine_element{
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 10px;
}

#Datum{
    width: 15%;
}

#Uhrzeit{
    width: 15%;
}

#Ort{
    width: 20%;
}

#Link{
    width: 50%;
}

.mobile_only{
    display: none;
}
/*###################################################################################################################*/


@font-face{
    font-family: 'LavishlyYours';
    src: url('../Resources/fonts/LavishlyYours-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Raleway';
    src: url('../Resources/fonts/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

/*OpenSans-VariableFont_wdth,wght

Barlow-Regular

Roboto-Regular
*/
    
@font-face{
    font-family: 'PassionsConflict';
    src: url('../Resources/fonts/PassionsConflict-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'LaBelleAurore';
    src: url('../Resources/fonts/LaBelleAurore-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'HomemadeApple';
    src: url('../Resources/fonts/HomemadeApple-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'WindSong';
    src: url('../Resources/fonts/WindSong-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'LeagueScript';
    src: url('../Resources/fonts/LeagueScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'ooohBaby';
    src: url('../Resources/fonts/OoohBaby-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'white_gardenregular';
    src: url('../Resources/fonts/whitegarden-regular-webfont.woff2') format('woff2'),
         url('../Resources/fonts/whitegarden-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeosansLight';
    font-style: normal;
    font-weight: normal;
    src: local('GeosansLight'), url('../Resources/fonts/GeosansLight.woff') format('woff');
}
    

@font-face {
    font-family: 'GeosansLight-Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('GeosansLight-Oblique'), url('../Resources/fonts/GeosansLight-Oblique.woff') format('woff');
}

@font-face {
    font-family: "Revista";
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    src: url('../Resources/fonts/Revista.woff2') format('woff2'), url('../Resources/fonts/Revista.woff') format('woff');
}

@font-face {
    font-family: "Libre_Caslon";
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    src: url('../Resources/fonts/LibreCaslonText-Regular.woff2') format('woff2'), url('../Resources/fonts/LibreCaslonText-Regular.woff') format('woff');
}

@media screen and (max-width: 1150px) {
    html{
        font-size: 12px;
    }

    h1{
        font-size: 24px;
    }

    h2{
        font-size: 20px;
    }

    h3{
        font-size: 16px;
    }

    .box_40 {
        width: 100%;
    }
    
    .box_60 {
        width: 100%;
    }
    iframe{
        margin-top: 20px;
    }

    .innercontent{
        width: 92%;
        margin: 4%;
    }

    .content{
        width: 92%;
        margin: 4%;
        border: 1px solid #A68462;
    }

    .outer_div{
        padding: 0;
    }


    .submitbutton{
        background-color: #CC9900;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .left_img {
        margin-right: 5%;
        margin-top: 1%;
    }

    .right_img {
        margin-left: 5%;
        margin-top: 1%;
    }  

    .footer_img{
        width: 30%;
        margin: -6.8%;
        left: -2.2%;
    }

/*##################################### STARTSEITE #########################################*/

    .container1{        /*Großes Bild auf Startseite*/
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .container_full{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .outer_div{
        margin-bottom: 25px;
    }

    .text_right{
        width: 100%;
        float: none;
        background-color: rgba(255,255,255,0.8);
        position: relative;
    }

    .pic_left{
        width: 40%;
        margin-left: 30%;
        float: none;
    }

    .no_decoration > div:hover{
        box-shadow: none;
    }

    .bannertop{
        height: 150px;
    }
    

/*################################ FOOTER #############################################*/    
    .footer p{
        font-size: 8px;
    }

    .footer{
        padding-bottom: 10px;
        padding-top: 2.5px;
        height: 10px;
    }

    .footer_transparency{
        bottom: 22.5px;
    }

    .footer_abstand{
        height: 40px;
    }

/*################################ TERMINE ##########################################*/
    .desktop_only{
        display: none;
    }

    .mobile_only{
        display: block;
        width: 25%;
    }

    #Datum{
        width: 75%;
    }
    
    #Uhrzeit{
        width: 75%;
    }
    
    #Ort{
        width: 75%;
    }
    
    #Link{
        width: 75%;
    }

    .termine_wrapper{
        margin-top: 25px;
        margin-bottom: 35px;
    }
    
    .termine_element{
        padding: 5px;
    }

    .termine_element h3{
        padding: 0;
    }

    .termine_element p{
        padding-top: 3px;
    }

    .spacing{
        height: 10px;
        width: 100%;
    }

    /*######################################### WER WIR SIND ###################################################*/
    .pic_mid{
        top: 25px;
        margin-bottom: 25px;
    }

    .steckbrief_wrapper{
        margin-top: 50px;
    }

    .steckbrief_wrapper_2{
        flex-wrap: wrap;
    }

    .steckbrief{
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .interview{
        width: 100%;
        margin: 0;
    }

    .pic_mid_alt{
        margin-top: 40px;
    }

    .pic_mid_alt img{

    }

    .steckbrief_wrapper_alt{
        top: 0;
    }

    .steckbrief_wrapper_2_alt{
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .steckbrief_alt{
        width: 100%;
    }

    .interview_alt{
        width: 100%;
    }
}