/* Übergeordnet */

	body {
	height: 100%;
	padding: 0;
	margin: 0; 
    font-family: 'Sarabun', sans-serif;
	line-height: 150%;
    font-size: 110%;
    background: #FFF;
	}

body a {
    text-decoration: none;
    outline: none;
    color: #000;
	}

#container {
    padding: 0;
	margin: 0;
	background-color: #FFF;
	}

.back {
    background-image: url(../importe/import_1.svg);
    background-repeat: no-repeat;
    margin-top: 1em;
    margin-bottom: 2em;
	}

.back2 {
    background-image: url(../importe/import_2.svg);
    background-repeat: no-repeat;
    margin-top: 3em;
    margin-bottom: 2em;
	}

.back3 {
    background-image: url(../importe/import_1.svg);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 0px 40px, center;
    margin-top: 3em;
    margin-bottom: 2em;
	}
	
h1 {
	font-size: 200%;
    line-height: 100%;
    font-weight: bold;
    color: #e30613;
	}

h2 {
	font-size: 120%;
    font-weight: bold;
    color: #000;    
	}

/* Color */

.yellow {
	background-color: #ffcd1c;
	}

.blue {
	background-color: #195a9f;
	}

.red {
	background-color: #e30613;
	}

.orange {
	background-color: #ee7203;
	}

.red1 a {
        color: #e30613;
        }


/* Raster */

	* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}

.row {
	width:auto;
    display: flex;
	}

.row:before, 
.row:after {
	content:'';
	display:table;
	}

.row:after {
	clear:both;
	}

.column15 {
    display: none;
	}

.column-flex {
	display:flex;
	}

.article15 {
    display: none;
	}

.column100 {
	width: 100%;
	}



x.column25 {
	flex: 25%;
	}






/* Header */

#header {
	width: 100%;
    align-items: left;
    display: flex;
    flex-wrap: wrap;
	}

.header-logo {
    text-align: left;
    padding: 0px 0px 0px 20px;
    order: 2;
	}

.header-logo img {
    height: 100px;
    width: auto;
	}

.header-txt {
    font-family: 'Roboto', sans-serif; 
    font-weight: 300;
    font-style: italic;
    width: 100%;
    font-size: 210%;
    line-height: 110%;
    border-left: 0px solid black;
    padding: 70px 20px 15px 20px;
    order: 1;
    flex-grow: 2;
	}

.nav-cont {
    order: 3;
    flex-grow: 1;
    }

.header-button {
    width: 100%;
	}

    
/* Kästen */

.box {
    width: 100%;
    border: 2px;
    background-color: rgba(300, 300, 300, .6);
    border-radius: 15px;
    border-style: dashed;
    border-color: #195a9f;
    height: auto;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .4);
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 15px 25px 25px;
	}

.box-spr {
    display:none;
	}

.box-bl {
	font-size: 140%;
    line-height: 120%;
    padding:0;
    margin:0;
    font-weight: bold;
    color: #195a9f;  
    display: block;
	}

.box-spr img {
    height: 35px;
    width: auto;
    xpadding-top: 10px;
	}

.box-re {
	font-size: 150%;
    line-height: 120%;
    padding:0;
    margin:0;
    font-weight: bold;
    color: #e30613;
    vertical-align: middle;
	}

.box-bb {
	font-size: 110%;
    line-height: 120%;
    padding:0;
    margin:0;
    display: block;
    font-weight: bold;
    color: #000;
	}

.dot {
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    display: inline-block;
    background-image: url(../importe/phone.svg);
    background-repeat:no-repeat; 
    vertical-align: middle;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    margin-left: -10px;
    margin-right: 10px;
    }

.button {
    width: 100%;
    border: 2px;
    border-radius: 0px 0px 15px 15px;
    border-style: dashed;
    border-color: #FFF;
    color: #FFF;
    background: #e30613;
    padding: 9px 12px 13px 12px;
    font-size: 130%;
    font-weight: bold;
    vertical-align: middle;
    background-image: url(../importe/ausgang.svg);
    background-repeat: no-repeat;
    background-position: 90% 0;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
	}

.button a {
display:block;
height:100%;
color: #FFFF;
}

/* Linien */

.color {
	width: 100%;
    height: auto;
	}

.linie {
    height:4px;
    width:100%;
    margin:0;
    padding:0;
    } 

/* Inhalt */

    .article {
    width: 100%;
    display: flex;
    flex-direction: column; 
	}

    .article75 {
    padding-left: 15px;
    padding-right: 15px;
    order: 2;
	}

    .article75 a {
    color: #006db1;    
	}

    .article75 a:hover {
    text-decoration: underline;
	}

	.article25 {
    order: 1;
	}

    x.article ul li {
    color: #9fcd6a;
    margin-left: -15px;
    padding-left: 10px;
    }   

    x.article ol li {
    color: #006db1; 
    margin-left: -15px;
    padding-left: 10px;
    } 

    x.article ol li span {
    color: #000;
    }

    
    x.article ul li span {
    color: #000;
    }


/* Footer */

#footer {
	width: 100%;
    align-items: center;
	}

.foo-txt {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 80%;
	}

.foo-txt-l {
    width: 100%;
    float: left;
    font-size: 80%;
    text-align: right;
    padding-right: 10px;
	}

.foo-img {
    width: 100%;
    float: left;
    text-align: center;
	}

.foo-img img {
	height: 70px;
    width: auto;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
	}

.foo-img-h {
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ededed;
	}

.foo-img-h img {
	height: 100px;
    width: auto;
    margin-right: auto;
    margin-top: auto;
	}

.foo-img-shad {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .4);
	}

.footer-15 {
    width: 100%;
    float: left;
	}

/* media screen mobile - END */
    


@media screen and (min-width:570px) {
    
.box {
    width: 49%;
    float: left;
	}

.box-spr {
    display:inherit;
    width: 49%;
    border: 2px;
    background-color: rgba(300, 300, 300, .6);
    border-radius: 15px;
    border-style: dashed;
    border-color: #195a9f;
    height: auto;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .4);
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 15px 25px 25px;
    float: right;
	}
} /* media screen 570 - END */



@media screen and (min-width:768px) {
    
    
#header {
    align-items: center;
    margin-top: 50px;
	}

.header-logo {
    width: auto;
    padding: 40px 20px 25px 0px;
    text-align: right;
    order: 1;
	}

.header-logo img {
    height: 130px;
    width: auto;
	}

.header-txt {
    width: 70%;
    font-size: 220%;
    border-left: 2px solid black;
    padding: 40px 0px 28px 20px;
    order: 2;
	}
    
.nav-cont {
    display: none;
    }
    
.button {
    width: 40%;
    border-radius: 15px 0px 15px 15px;
    top: 0;
    right: 0;
    left: auto;
	}

.box {
    width: 45%;
    margin-top: 25px;
	}

.box-spr {
    width: 45%;
    margin-top: 25px;
	}
    
.column15 {
    width: 5%;
    float: left;
    display: block;
	}
    
.column70,
.column-foo-70,
.nav-column70{
	width: 100%;
    float: left;
	}

} /* media screen 768 - END */


@media screen and (min-width:1024px) {
    
.button {
    width: 30%;
	}

.article {
    width: 100%;
    display: flex;
    flex-direction: row; 
	}
    
.article75 { float: left;
    width: 68%;
    padding-left: 0px;
    padding-right: 15px;
    order: 1;
	}

.article25 { float: left;
    width: 32%;
    order: auto;
	}
    
.box {
    width: 100%;
    display: block;
    background-color: rgba(300, 300, 300, .9);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .4);
    margin-top: 25px;
    margin-bottom: 25px;
	}

.box-spr {
    width: 100%; 
    display: block;
    background-color: rgba(300, 300, 300, .9);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .4);
	}
    
.footer-15-t {
    width: 20%;
    float: left;
	}
    
.footer-15-l {
    width: 60%;
    float: left;
	}
    
.foo-txt {
    text-align: left;
	}
    
.foo-img {
    text-align: left;
	}
    
.foo-img img {
    margin-left: 0px;
	}
    
.column70,
.column-foo-70 {
	width: 90%;
    float: left;
	}   
    
.back {
    margin-top: 3em;
    margin-bottom: 2em;
	}
    
} /* media screen 1024 - END */


@media screen and (min-width:1100px) {
    
.article75 {
    width: 70%;
	}

.article25 { 
    width: 30%;
	}

} /* media screen 1100 - END */


@media screen and (min-width:1280px) {
    
.column70 {
    width: 100%;
	}
    
.column-foo-70 {
    width: 90%;
	}
    
.article75 {
    width: 75%;
	}

.article25 { 
    width: 25%;
	}
    
.article15 {
    width: 5%;
    display: block;
	}
    
#header {
	width: 100%;
    margin-top: 0px;
    align-items: left;
    display: flex;
    flex-wrap: wrap;
	}
    
.button {
    width: 95%;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .4);
    position:relative;
    top:inherit;
    left:inherit;
	}
    
.header-logo {
    width: 15%;
    padding: 40px 20px 35px 0px;
    text-align: right;
    float: left;
    order: 1;
	}

.header-logo img {
    height: 130px;
    width: auto;
	}
    
.header-txt {
    font-family: 'Roboto', sans-serif; 
    font-weight: 300;
    font-style: italic;
    width: 60%;
    font-size: 220%;
    border-left: 2px solid black;
    padding: 40px 0px 38px 20px;
    order: 2;
	}

.header-button {
    width: 25%;
    order: 3;
	}
    
.footer-15 {
    width: 20%;
    float: left;
	}
    
.foo-img-h {
    background-color: #FFF;
    text-align: right;
	}
    
} /* media screen 1280 - END */


@media screen and (min-width:1440px) {
    
.article15 {
    width: 5%;
	}
    
.column15 {
    width: 10%;
	}
    
    .column70,
.column-foo-70 {
	width: 80%;
    float: left;
    }
    
} /* media screen 1440 - END */

@media screen and (min-width:1770px) {
    
.article15 {
    width: 10%;
	}
    
.column15 {
    width: 10%;
	}
    
    .column70,
.column-foo-70 {
	width: 70%;
    float: left;
    }
    
} /* media screen 1770 - END */
