/* 
BIRDWING Farben
Dunkelblau:;    14395B / 20,57,91
HellBlau:       1B4C6F / 27,76,111
Orange:         FC722A / 252,114,42
*/

html, body {
    width: 100vw;
    min-height: 100vh;
    /* height:100%; */
    background-color: #FFF;
    overflow-x: hidden;
    margin: 0;
    /*font-family: 'Source Serif Pro', serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-style: normal;
    line-height: 1.5;
}
hr {
    color: #FFF;
    text-shadow: none;
    height: 0px;
    width: 30%;
    left: 0;
}
a {
    color: #14395B;
    text-decoration: none;
}
a:hover {
    color: #FC722A;
    text-decoration: none;
}
ul {
    list-style: circle;
    margin: 0;
}
.listSTAR ul {
    line-height: 1.5;
    list-style: none;
    list-style-position: outside;
}
.listSTAR ul li {
    margin: 0 0 12px 10px;
    padding: 0 5px;
    /*background-color: #ffffcc;*/
    max-width: 750px;
}
.listSTAR ul li:before {
    float: left;
    margin-left: -30px;
    content: "★ ";
}
/*--- TEXTE -----------------------*/

.txtTITEL {
    font-family: 'Kaushan Script', cursive;
    font-size: 30px;
    font-style: normal;
    line-height: 1.5;
    margin-left: -15px;
    margin-top: 15px;
}
.txtHANDWRITE {
    font-family: 'Kaushan Script', cursive;
    font-size: 25px;
}
.txtKLEIN {
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
}
.txtMARKED {
    font-weight: 600;
    font-style: italic;
    /*background-color: #ffffcc;*/
    /*background-image: linear-gradient(to bottom, #FFF, #FFF, #FFF, #ffffdd, #FFF, #FFF);*/
    /*padding: 0 7px;*/
}
.txtMARKED_wide {
    background-color: #ffffcc;
    background-image: linear-gradient(to bottom, #FFF, #ffffdd, #FFF);
    padding: 0 7px;
}
/*--- Input fields -----------------------*/

.inptKONTAKTFORM {
    color: #14395B;
    border: none;
    padding: 7px;
    background-color: rgba(0, 0, 0, .04);
    font-size: 25px;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, .04);
    /*width: 250px;*/
    /*margin: 0 0 3px 5px;*/
}
.inptKONTAKTFORM:focus {
    border: 1px solid #14395B;
    background-color: rgba(0, 0, 0, 0.02);
}
/* Style The Dropdown Button */

.inptDROPBTN {
    background-color: #14395B;
    color: white;
    padding: 10px 25px;
    font-size: 19px;
    border: none;
    cursor: pointer;
    width: 264px;
    text-align: left;
}
/* The container <div> - needed to position the dropdown content */

.inptDROPDOWN {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */

.inptDROPDOWN-CONTENT {
    z-index: 1;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 264px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
/* Links inside the dropdown */

.inptDROPDOWN-CONTENT a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */

.inptDROPDOWN-CONTENT a:hover {
    background-color: #1B4C6F;
    color: #FFF;
}
/* Show the dropdown menu on hover */

.inptDROPDOWN:hover .inptDROPDOWN-CONTENT {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */

.inptDROPDOWN:hover .inptDROPBTN {
    background-color: #1B4C6F;
    color: #FFF;
}
.inptCHECKBOX {
    min-width: 35px;
    min-height: 35px;
}
/*--- Buttons -----------------------*/

.btnLINK {
    color: #FFF;
    border: none;
    padding: 5px 15px 5px 10px;
    background-color: #14395B;
    cursor: pointer;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 7px 0px;
}
.btnLINK:hover {
    background-color: #FC722A;
    background-color: #fb5a04;
    /*color: #14395B;*/
    /*color: #FC722A;*/
}
.btnGENERAL {
    min-width: 200px;
    background-color: #14395B;
    border: none;
    padding: 10px 25px;
    color: #FFF;
    cursor: pointer;
    font-size: 19px;
}
.btnGENERAL:hover {
    background-color: #236290;
    border: none;
}
/*--- DIV Container -----------------------*/

.divHEADPICS {
    z-index: 5;
    width: 100%;
    top: 51px;
    left: 0;
    margin: 0;
    float: left;
    background-color: #14395B;
    border: 0px solid #F0A;
    position: absolute;
}
.divNEWSBANNER {
    z-index: 10;
    width: auto;
    max-width: 30vw;
    min-width: 7vw;
    background-color: rgba(251, 113, 42, .85);
    color: #FFF;
    position: absolute;
    bottom: 15vh;
    right: 4vw;
    padding: 20px 23px 20px 20px;
    border: 2px solid white;
    border-radius: 31px 8px;
    -webkit-box-shadow: 10px 12px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 12px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 12px 10px -4px rgba(0, 0, 0, 0.75);
    transform: rotate(-7deg);
    cursor: pointer;
    text-align: center;
}
.divHEADBALKEN {
    z-index: 6;
    width: 100%;
    height: 51px;
    top: 0;
    left: 0;
    margin: 0;
     position: fixed; 
    /* position: fixed; */
    /* background-image: linear-gradient(rgba(255, 255, 255, .45), rgba(255, 255, 255, 0.1)); */
    background-color: rgba(255, 255, 255, 0.90);
    float: left;
    border-bottom: 1px solid #14395B;
}
.divSLIDER {
    z-index: 5;
    width: 100%;
    top: 0px;
    left: 0;
    margin: 0;
    position: relative;
}
.divSLIDERPICTURE {
    background-position: center 77%;
    background-repeat: no-repeat;
    background-size: cover;
}
.divHEADPICS, .divSLIDERPICTURE {
    height: 77vh;
}
.divSLIDERINFO {
    width: auto;
    height: 15px;
    bottom: 0px;
    color: #14395B;
    /*background-color: rgba(255, 255, 255, .23);*/
    background-color: none;
    position: absolute;
    padding: 0 10px 3px 10px;
    text-align: left;
    margin: 0px;
    font-size: 13px;
    font-family: arial;
    background-color: rgba(255, 255, 255, 0.45);
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, .23));*/
}
/*--- NAVI-ICONS im HEAD ---*/

.divLOGO {
    z-index: 85;
    position: absolute;
    width: 77%;
    max-width: 850px;
    height: 220px;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: none;
    /*background-image: url('layout/birdwing.png');*/
    background-image: url('layout/birdwing_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    /*border: 1px solid;*/
}
.divCONTENT {
    z-index: 1;
    width: 95vw;
    max-width: 1100px;
    height: auto;
    min-height: 60vh;
    color: #14395B;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    float: left;
    background: #EEE;
    background: none;
    margin-top: 75px;
    margin-bottom: 150px;
}
.divCONTENTCHILD {
    position: relative;
    width: 100%;
    min-width: 500px;
    max-width: 1050px;
    height: auto;
    min-height: 20px;
    overflow: hidden;
    /*border: 1px solid #000;*/
    padding: 5px 25px;
    color: #001465;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    /*margin-top: 20px;*/
}
.divCONTENTCHILD a {
    text-decoration: underline;
}
.divCONTENT_PICTURE {
    width: auto;
    /*width: 100%;*/
    /*max-width: 850px;*/
    /*min-width: 350px;*/
    /*max-height: 45vh;*/
    padding: 5px 25px;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    font-style: italic;
    color: #14395B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}
.divCONTENT_PICTURE img {
    /*max-height: 45vh;*/
    max-width: 585px;
    margin-bottom: 15px;
    -webkit-box-shadow: 10px 12px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 12px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 12px 10px -4px rgba(0, 0, 0, 0.75);
}
.divCONT_AUTOWIDE {
    width: auto;
    min-width: 135px;
    max-width: 600px;
    /*border: 1px solid #000;*/
    left: 0;
    transform: none;
    padding: 5px 25px;
    margin-bottom: 35px;
    float: left;
    text-align: left;
}
.divCONT_PICTURES {
    width: 99%;
    height: auto;
    min-height: 120px;
    /*max-height: 250px;*/
    float: left;
    position: relative;
    padding: 0 12px;
    /*background-color: #901;*/
    /*background-color: none;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.divCONT_PICT_SMALL {
    /*width: 100%;*/
    /*min-width: 150px;*/
    max-width: 300px;
    height: auto;
    min-height: 120px;
    /*border: 2px dashed #F09;*/
    /*background-color: #F00;*/
    /*background-color: none;*/
    margin: 15px;
    float: left;
}
.divCONT_PICT_SMALL img {
    width: auto;
    max-width: 300px;
    /*min-width: 150px;*/
    /*max-width: 300px;*/
    height: auto;
    min-height: 120px;
    max-height: 200px;
}
.divCONT_PICT_TEXT {
    width: 100%;
    height: auto;
    min-height: 65px;
    max-height: 150px;
    /*background-color: #0F0;*/
    /*background-color: none;*/
    float: left;
    font-style: italic;
    padding-top: 10px;
}
.divCONT_LEFT {
    min-width: 230px;
    max-width: 450px;
    /*border: 1px solid #000;*/
    left: 0;
    transform: none;
}
.divCONT_RIGHT {
    min-width: 230px;
    max-width: 450px;
    /*border: 1px solid #000;*/
    float: right;
    left: 0;
    /*right: 0;*/
    transform: none;
}
.divCONTENT_BREAK {
    height: 35px;
    width: 100%;
    /*border: 1px solid #000;*/
    float: left;
    left: 0;
}
.divCONT_HEADLINE {
    width: 100%;
    float: left;
    height: auto;
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    color: #999;
}
.divCONTNAVI {
    width: 30%;
    max-width: 250px;
    color: #FFF;
    line-height: 1.5;
    background-color: #14395B;
    float: left;
    padding: 0px 10px 20px 10px;
    margin-top: 30px;
    /* float: left; */
    /* column-width: 450px; */
    /* column-gap: 30px;     */
}
.divBOTTOM {
    z-index: 1;
    width: 100%;
    min-height: 80px;
    font-size: 15px;
    text-align: center;
    color: #CDCDCD;
    bottom: 0px;
    left: 0;
    padding: 20px 5px 20px 5px;
    background-color: #1B4C6F;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.divBOTTOM a {
    color: #CDCDCD;
}
.divBOTTOM a:hover {
    color: #FC722A;
    text-decoration: none;
}
.showBIGSCREEN {
    /*display: inline;*/
}
.showSMALLSCREEN {
    display: none;
}
.linkDIV {
    cursor: pointer;
}
.linkDIV:hover {
    background-color: #E5E5E5;
}
/*--- SCREEN SIZES -------------------------------*/

/*@media (max-width: 1500px) and (orientation:landscape) {*/

@media all and (max-width: 1200px) {
    html, body {
        font-size: 42px;
    }
    .txtTITEL {
        font-size: 60px;
        font-style: normal;
        line-height: 1.7;
        margin-left: -15px;
    }
    .txtKLEIN {
        font-size: 38px;
        font-weight: normal;
        font-style: normal;
        line-height: 1.4;
    }
    .txtHANDWRITE {
        font-family: 'Kaushan Script', cursive;
        font-size: 42px;
    }
    .inptKONTAKTFORM {
        width: 85vw;
        padding: 20px;
        font-size: 85px;
    }
    /* Style The Dropdown Button */
    .inptDROPBTN {
        padding: 30px 45px;
        font-size: 45px;
        min-width: 450px;
        max-width: 85vw;
    }
    .inptCHECKBOX {
        min-width: 85px;
        min-height: 85px;
        width: 85px;
        max-width: 85px;
        margin-right: 25px;
    }
    .divCONT_HEADLINE {
        font-weight: 300;
        font-size: 50px;
    }
    .divCONTENT_BREAK {
        height: 65px;
    }
    .divHEADPICS, .divSLIDERPICTURE {
        height: 935px;
    }
    .divHEADPICS {
        top: 155px;
    }
    .divHEADBALKEN {
        height: 155px;
        position: fixed;
        float: left;
        background-color: rgba(255, 255, 255, 0.95);
    }
    .divLOGO {
        height: 250px;
        bottom: -60px;
    }
    .divSLIDERINFO {
        display: none;
    }
    .divCONTENTCHILD {
        padding: 5px 35px;
    }
    .divCONT_AUTOWIDE {
        min-width: 230px;
        max-width: 85%;
    }
    .divCONTENT_PICTURE {
        float: left;
        font-size: 38px;
    }
    .divCONTENT_PICTURE img {
        max-height: 750px;
        max-width: 100%;
    }
    .divCONT_PICT_SMALL {
        max-width: 45%;
        min-height: 630px;
    }
    .divNEWSBANNER {
        max-width: 45vw;
        min-width: 7vw;
        bottom: 13vh;
        right: 3vw;
        font-size: 37px;
    }
    .listSTAR ul {
        margin-left: 50px;
    }
    .listSTAR ul li:before {
        margin-left: -80px;
    }
    .btnLINK {
        padding: 7px 15px;
        font-size: 48px;
        font-weight: normal;
        margin-bottom: 5px;
    }
    .btnGENERAL {
        min-width: 450px;
        max-width: 85vw;
        padding: 30px 45px;
        font-size: 48px;
    }
    .showBIGSCREEN {
        display: none;
    }
    .showSMALLSCREEN {
        display: unset;
    }
}