/*-- Allgemein --*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Serif SC', serif;
    overflow-x: hidden;
    font-size: 1em;
    
    
/*    background:green;*/

}

html {
    scroll-behavior: smooth;
}


.bottom {
    position: absolute;
    bottom: 3em;
}

section {
    margin-left: 24%;
    width: 70%;
    padding: 0;
    padding: 3em 0;
    position: relative;
    z-index: 0;
}

article {
    position: relative;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    padding: 0;
}
.row {
    padding:0;
    margin:0;
}
.col-sm-12 {
    padding:0;
    margin:0;
}

.top1 {
    margin-top: 1em;
}

.top2 {
    margin-top: 2em;
}

.top3 {
    margin-top: 3em;
}

.top4 {
    margin-top: 4em;
}

.top5 {
    margin-top: 5em;
}

.top6 {
    margin-top: 6em;
}

.top7 {
    margin-top: 7em;
}

.top8 {
    margin-top: 8em;
}

.top9 {
    margin-top: 9em;
}

.t2 {
    margin-top: 2em;

}

.mt-7 {
    margin-top: -6.5em;
}

.abstand {
    height: 5em;
    width: 10%;

}

.absatz {
    width: 100%;
    position: relative;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.head {
    padding: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uppercase {
    text-transform: uppercase;

}

.linien {
    padding: 0;
    /*    top: -1.5em;
    padding-right: 3em;*/
    width: 100%;
    height: auto;
    position: absolute;
    
    
}
#vier .linien2 {
    margin: 3em 0 -20em 7em;
    width: 50%;
    height: 15em;
}
.box {
    display: flex;
    justify-content: center;
    
}

.cta {
    width: 150px;
    height: 50px;
    border: 2px solid #03D1CD;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#00FFFA, #00FFFA);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    border-radius: 5px;
    color: #03D1CD;
    text-decoration: none;



}

.ctablue {
    width: 150px;
    height: 50px;
    border: 2px solid #03D1CD;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#00FFFA, #00FFFA);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    margin-left: -15px;
    
/*
    bottom: 2em;
    position: absolute;
*/

}

.to-right {
    background-position: 0% 50%;
    background-size: 0% 100%;

}


.cta a {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1em;
    color: #03D1CD;
    text-transform: uppercase;
    padding: 20px 25px;
    text-align: center;

}

.ctablue a {
    color: #ffffff;
    text-align: center;

}

.cta a:hover {
    color: #ffffff;
    text-decoration: none;

}


.cta:hover {
    background-size: 100% 100%;
    color: #fff;
    border: 2px solid #00FFFA;
    text-decoration: none;

}

.ctawhite {
    width: 150px;
    height: 50px;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#00FFFA, #00FFFA);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    border-radius: 5px;
    color: #03D1CD;
    text-decoration: none;
    margin: 2em;


}

.ctawhite a {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 25px;
}




.unten {
    position: absolute;
    width: 100%;
    bottom: 15px;
    right: 25px;
    text-align: right;
}

.hochkant {
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;

}

.bildunterschrift {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1em;
    color: #3C3C3C;
    position: relative;

}



.bigrechts {
     width: 55px;
    height: 10%;
    position: absolute;
    top: -2.2em;
    right: 0;
    background-image: url(../img/BiggerKlein.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 100;
    transition:transform 0.2s;
        
}



.biglinks {
     width: 55px;
    height: 10%;
    position: absolute;
    top: 0em;
    left: 0;
    background-image: url(../img/BiggerKlein_links.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 100;
    transition:transform 0.2s;
        
}
.bigrechts:hover {
    transform:scale(1.2, 1.2);
}

.biglinks:hover {
    transform:scale(1.2, 1.2);
}



.plus {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 100;
        transition:transform 0.2s;

}

.plus:hover {
        transform:scale(1.5, 1.5);

    
}



.zoom {

    overflow: hidden;
}

.zoom img {
    min-width: 100%;
    min-height: 100%;
    transform: scale(1);
    transition: all 0.3s linear;
    object-fit: cover;
}

.zoom img:hover {
    transform: scale(1.025);
}

.hg {
    width: 100%;
    height: auto;
    background-size: contain;
}

.hand {
    margin-left: -5em;
    width: 100%;
    z-index: 0;
}


/*-- Schriften --*/
h1 {
    font-family: 'Noto Serif SC', serif;
    font-weight: 600;
    font-size: 150px;
    line-height: 1.1em;
    color: #DE000F;
}

h2 {
    font-family: 'Noto Serif SC', serif;
    font-weight: bold;
    font-size: 50px;
/*    line-height: 1.25em;*/
    line-height: 1.35em;
    color: #DE000F;
}

h3 {
    font-family: 'Noto Serif SC', serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.2em;
    color: #3C3C3C;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
    color: #3C3C3C;
    text-transform: uppercase;
}

h5 {
    font-family: 'Noto Serif SC', serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1em;
    color: #DE000F;
}

h6 {
    font-family: 'Dawning of a New Day', cursive;
    font-weight: normal;
    font-size: 30px;
    line-height: 0;
    color: #DE000F;
/*    text-align: center;*/
    line-height:0.8em;
    margin-left:1em;
}

h7 {
    font-family: 'Dawning of a New Day', cursive;
    font-weight: normal;
    font-size: 30px;
    line-height: 1em;
    color: #3C3C3C;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: light;
    font-size: 18px;
    line-height: 1.4em;
    color: #3C3C3C;

}

.small {
    font-size: 14px;
}

.center {
    text-align: center;
}

.link a {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1em;
    color: #DE000F;

}


/*-- Farben --*/
.hellgrau {
    color: #CCCCCC;
}

.grau {
    color: #3C3C3C;
}

.hellrot {
    color: #FF1D2C;
}

.rot {
    color: #DE000F;
}

.hellblau {
    color: #00FFFA;
}

.blau {
    color: #03D1CD;
}

.weiss {
    color: white;
}




/*Section eins amica*/

#einstieg {
    min-width: 100%;
    padding-top: 62.5%;
    position: relative;
    background-image: url(../img/Einstieg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #DE000F;
    border-left: 10px solid #DE000F;
    z-index: 2;

}

.einstiegstext {
    position: absolute;
    left: 32%;
    right: 30%;
    top: 27%;
    bottom: 32%;
}

.roterlayer {
    z-index: 10;
    background: #DE000F;
    mix-blend-mode: multiply;
    width: 33%;
    height: 90%;
    position: absolute;
    left: 60%;
    top: 5%;
}

.kampagne {
    border: 2px solid #00FFFA;
    z-index: 20;
    width: 33%;
    height: 90%;
    position: absolute;
    left: 58.5%;
    top: 2.5%;
    padding: 3.8em 0.5em 0.5em 3.7em;
}

.pfeil {
    width: 16px;
    height: 36px;
    overflow: hidden;
    position: relative;
    margin-right: 5%;
    z-index: 1000;
    float: right;
}

.pfeil img {
    position: absolute;
    top: -20px;
    width: 16px;
    height: 36px;
    z-index: 1000;
}

.pfeil img:hover {
    transform: translateY(20px);
    transition: 1s ease;
}


#eins .hochkant {
    left: -3em;
}


/*Section zwei what*/

#zwei .linien {
    margin-top: -5em;
    margin-right: 3em;
}

.what {
    border: 2px solid #DE000F;
    width: 100%;
    height: 33em;
    /*    position: absolute;*/
    margin-top: -32em;
    margin-left: 1em;
    z-index: 0;

}


.whatimg {
    height: 33em;
    z-index: 40;
    width: 100%;
    object-fit: cover;
    /*    position: absolute;*/
}

.pfeilhoch {
    height: 30px;
    width: 150px;
    object-fit: contain;
    padding-bottom: 5px;
    margin: 10px;
}


.vorne {
    z-index: 100;
    position: relative;
    float: left;
    width: 100%;
}

.rechts {
    width: 50%;
    float: right;
    margin-top:-7em;
}

.links {
    width: 50%;
}

.hinten {
    z-index: 50;
    position: absolute;
    float: right;
    width: 100%;
}

.hinten img {
    z-index: 70;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 90%;
    padding: -5px 5px 5px -5px;
}

#zwei .hochkant {
/*    left: 91%;*/
    left:78%;
    color: #3C3C3C;
}


/* Section 3 more */
.more {
    height: 31em;
    z-index: 0;
/*    margin-top: -33.5em;*/
    margin-top: -18.5em;
    width: 95%;
    margin-left: 0.3em;

}

.moretext {
    /*    margin-top: -11.5em;*/
    z-index: 100;
    position: absolute;
    margin-top:2em;
    margin-bottom: 38em;

}

.moreimg {
    height: 31em;
    z-index: 40;
    margin-top: -3em;
    width: 100%;
    object-fit: cover;
    /*    position: absolute;*/
}


#drei .bigrechts {
    right: -1em;
/*    top: 10.5em;*/
    top:13.5em;
}
#drei .cta {
    position: absolute;
    bottom: 2em;
}
#drei .head {
/*    margin-top:8em;*/
    margin-top:6em;
}
#drei h1 {
    font-size:110px;
}
 #drei {
        margin-bottom:8em;
    }

#drei .hochkant {
    left: -8em;
}

#drei .linien {
/*    margin-top:5-12.5em;*/
    margin-top: -7.5em;
    padding-left: 5em;
    position:relative;
    margin-bottom:5em;

}

.kasten {
    background: #fff;
width: 100%;
height: 100%;
padding: 2em;
float: left;
display: flex;
justify-content: center;
box-shadow: 0 8px 12px #eee;
}

.kasten2 {
    background: #fff;
width: 99%;
margin-left: 2px;
height: 100%;
padding: 2em;
float: left;
display: flex;
justify-content: center;
box-shadow: 0 8px 12px #eee;


}

.download {
    display: inline;
/*    top: -6em;*/
    margin-top: -20em;
    height: 12em;
    z-index: 60;
    position: absolute;
    width: 100%;

}

.schlagwort {
    margin-top: 0;
    margin-bottom: 2em;

    z-index:0;
}

.schlagwortkasten {
    border: 2px solid #00fffa;
    width: 100%;
    height: auto;
    z-index: 0;
    position: absolute;
/*    padding: 3em 3em 2em 6em;*/
    padding: 2.5em 2.5em 1.5em 5em;
    margin-top: 9em;
    z-index: 0;
}

.schlagwortimg {
/*    height: 21em;*/
    height: 28em;
    z-index: 40;
    margin-top: 2em;
    width: 100%;
    object-fit: cover;
}

/* Section 4 This */
.thistext {
    margin-top: -3em;

}

.thisimg {
    height: 31em;
    z-index: 0;
    width: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    object-position: left;

}
.thisimg img{
    object-position: left;
}

.red {
    background: #DE000F;
    padding: 2.5em 5em 2.5em 10em;
    margin: 6em -5em 0-12.5%;
}



#vier .linien {
    margin-left: 19em;
    margin-top: 26em;
    width: 50%;
}
#vier .head {
    margin-top:1em;
}


.liniendown {
    padding: 0;
    padding-left: 6em;
    padding-right: 12em;
    max-width: 100%;
    height: 25em;
    object-fit: contain;
    position: absolute;
    margin-top: 23em;
}

.card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.card {
    border-radius: 0px;
    border: 1px solid #DE000F;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    ;
    height: 8em;
    object-fit: cover;
}

.card-body {

    flex: 1 1 auto;
    padding: 1em;
}

.card-text {
    font-family: 'Roboto', sans-serif;
    font-weight: light;
    font-size: 14px;
    line-height: 1.4em;
    color: #3C3C3C;
}

.card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4em;
    color: #3C3C3C;
    text-transform: uppercase;


}

.card img {
    min-width: 100%;
    min-height: 100%;
    height: 8em;
    transform: scale(1);
    transition: all 0.3s linear;
    object-fit: cover;
}



#vier .biglinks {
    top: 4.3em;
}

#vier .hochkant {
    top: 58%;
left: -2.5em;
    
}

.roterhg {
    z-index: 10;
    background: #DE000F;
    width: 100%;
    height: 30em;
    position: absolute;
    mix-blend-mode: multiply;
    margin-top: 9.5em;

}

.zitat {
    border: 2px solid #00FFFA;
    z-index: 20;
    width: 100%;
    height: 30em;
    padding: 3em 2em 2.5em 4em;
    position: absolute;
    margin-top: 8.5em;
    margin-left: -1em;


}

.quode {
    width: 2em;
    height: 2em;
}

/* Section 5 How*/

.how {
    border: 2px solid #DE000F;
    width: 100%;
    height: 31em;
    /*    position: absolute;*/
    margin-top: -30em;
    margin-left: 1em;
    z-index: 0;

}

.howimg {
    height: 31em;
    z-index: 40;
    width: 100%;
    object-fit: contain;
    /*    position: absolute;*/
    margin-top: -5.5em;
}

#fuenf .hand {
    width: 100%;
    height: 18em;
    margin-top: -9em;
    background-image: url(../img/showing.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 0;
}

#fuenf .head {
    margin-top: -6em;

}
#fuenf .rechts {
margin-top:1em;

}

#fuenf .bigrechts {
    top: -7.5em;
}


#fuenf .hochkant {
    top: 40%;
/*    left: 91%;*/
    left: 93%;
    text-align: center;


}

/* Section 6 4p */
#sechs .hand {
    width: 100%;
    height: 19em;
    margin-top: -4.5em;
    background-image: url(../img/four-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 0;
}
    #sechs .col-sm-6 {
        padding:0;
        margin:0;
    }

.fourp {
    position: absolute;
    margin-left: 9.5em;
    margin-top: -9em;
    margin-bottom: 0.5em;
}

.fourptext {
    /*    margin-top:-2.5em;*/
    z-index: 40;
    /*    position: absolute;*/
}

#sechs .pfeillinks {
    transform: rotate(180deg);
    width: 10px;
    height: 10px;
    object-fit: contain;
}

#sechs .pfeilrechts {
    width: 10px;
    height: 10px;
    object-fit: contain;
}

#sechs ul {
    display: inline;
    width: 70%;
    text-decoration: none;
    list-style-type: none;
}

#sechs ul li {
    float: left;
    text-decoration: none;
    list-style-type: none;
    display: inline;
    padding: 0 3px;
}

#sechs ul li a {
    text-decoration: none;
    list-style-type: none;
}

.icons {
    padding: 0 4em;
    width: 80px;
    margin-top: 3.75em;
    height: 2em;
    float: left;
    position: absolute;
    z-index: 1000;

}

#sechs .pfeillinks2 {
    transform: rotate(180deg);
    width: 17px;
    height: 17px;
    object-fit: contain;
    margin-top: 2em;
}

#sechs .pfeilrechts2 {
    width: 17px;
    height: 17px;
    object-fit: contain;
    margin-top: 2em;
}

.peins {
    background-image: url(../img/Slidericon1Grau.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 67px;
    display: inline-block;
    z-index: 100;
    margin-top: 0;
}

.peins:hover,
.peins:active {
    background-image: url(../img/Slidericon1Rot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -1em;
}

.pzwei {
    background-image: url(../img/Slidericon2Grau.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 67px;
    display: inline-block;
    z-index: 100;
    margin-top: 0;
}

.pzwei:hover,
.pzwei:active {
    background-image: url(../img/Slidericon2Rot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -1em;
}

.pdrei {
    background-image: url(../img/Slidericon3Grau.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 67px;
    display: inline-block;
    z-index: 100;
    margin-top: 0;
}

.pdrei:hover,
.pdrei:active {
    background-image: url(../img/Slidericon3Rot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -1em;
}

.pvier {
    background-image: url(../img/Slidericon4Grau.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 67px;
    display: inline-block;
    z-index: 100;
    margin-top: 0;
}

.pvier:hover,
.pvier:active {
    background-image: url(../img/Slidericon4Rot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -1em;
}


.four {
    height: 1em;
    z-index: 0;
    width: 100%;
    margin-left: 0.3em;
/*    margin-top: 7em;*/
}
    
.four p{  
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    position: relative;
    margin-top: -2em;
    text-align: right;
    margin-right: 2em;

}

.fourpimg {
    height: 21em;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    
}
/*
.fourpimg img {
    position: absolute;
    margin-top:0;
    height: 19em;
}

*/

#sechs .hochkant {
    left: 95%;

}
#sechs h6 {
    text-align:right;
    line-height: 0;
    font-family: 'Dawning of a New Day', cursive;
    font-weight: normal;
    font-size: 30px;
    line-height: 0;
    color: #DE000F;
    line-height:0em;
    
    
}



#sechs .head {
    margin-top: -16em;
    margin-bottom: 5.5em;
}

#sechs .linien {
    padding-left: 0em;
    padding-right: 0em;
/*    margin-top: -6em;*/
    margin-top: 3em;
    margin-left: 3.2em;
}
#sechs .weiss {
    background:#fff;
    height:30em;
}

.fourpimg.eins {
    background-image: url(../img/Shadda.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0;
    margin:0;
    
}
.fourpimg.zwei {
    background-image: url(../img/Suvada.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0;
    margin:0;
}
.fourpimg.drei {
    background-image: url(../img/Dina.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0;
    margin:0;
}
.fourpimg.vier {
    background-image: url(../img/Suad_Tahri.JPG);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0;
    margin:0;
}




/* Section 7 Help */
#sieben .hand {
    width: 100%;
    height: 19em;
    margin-top: 19em;
    background-image: url(../img/help-new.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 0;
}

#sieben .head {
    margin-top: -36em;
}

#sieben .text {
    margin-top: -9em;
}

.callkasten {
    width: 100%;
    height: auto;
    background: #03D1CD;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 13em;
    padding: 3em;
    margin-top: -12em;
}


/*Section 8 News */
.news {
    position: absolute;
    margin-top: -4em;

}

#acht .head {
    margin-top: -2em;
}

#acht .linien {
    margin-top: -15em;
}


.call {
    width: 150px;
    height: 50px;
    background: #03D1CD;
    position: absolute;
    z-index: 0;
    border-radius: 5px;
}

/* Sozials*/
.social {
    bottom: 2em;
    z-index: 10000;
    margin-left: 3em;
    position: fixed;
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #DE000F;
}

input[type=submit] {
    width: 100%;
    background-color: #03D1CD;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    width: 150px;
    height: 50px;
}

#acht .pfeilhoch {
    margin: 0;
    padding: 0;
    width: 100px;
    margin-bottom: 0.5em;
}

#acht .senden {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#acht img {
    object-fit: contain;
}


/* footer */
footer {
    background: #DE000F;
    width: 100%;
    padding: 6em 0 1.5em 0;
    padding-left: 24%;
    color: #ffffff;
    z-index: 10000;
    margin:0;
    margin-bottom: 0;
    margin-top: 5em;

}

footer p {
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8em;


}

footer h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    margin-left: -0.8em;
}

footer .hochkant {
    left: -3%;
    z-index: 100;
    width: 1%;
    text-align: left;
    top: 6em;
}

footer .pfeilweiss {
    width: 10%;
    height: 100px;
    object-fit: contain;
/*    margin-left: 3em;*/
    z-index: 500000;
    position: inherit;
    transform: rotate(30deg);
    margin-top: 0em;

}
#ende a {
    color: #ffffff;
    text-decoration: none;
}
#ende a:hover {
    color: rgba(255,255,255,0.7);
}


.modal-backdrop {
    position: relative;
    margin-top: 1em;

    z-index: 10;
    width:100%;
    background-color: #fff;
}



.modal {
    position: fixed;
    bottom: auto;
    width:100%;
    padding:0 !important;
    margin:2em auto;
    height:auto;
}

.fade {
    transition: opacity 0.3s ease-in;
}

.modal-content {
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: none;
outline: 0;
}
.modal-open {
        padding:0 !important;

    overflow-y: auto; width:100%;
    opacity: 1;
}
.modal-dialog {
    width:100%;
    max-width:1200px;
    margin: 1em auto;
    position: relative;

    max-width: 100%;
    margin: 1.75rem auto;

    position: relative;
    width: auto;
    margin: 0;
    pointer-events: none;
}
.close {
    opacity:1;
}
.close:hover, .close:active, .close:focus  {
     color: transparent;
    text-decoration: none;
    opacity: 1;
}
/*
#sechs .bildtext{
        font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 1em;
    color: #fff;
    position: relative;
    margin-top: -2em;
    text-align: right;
    margin-right: 2em;
}
*/
