html {
  scroll-behavior: smooth;
}

body{
	background-color: #efefef;
	text-rendering: optimizeLegibility;
	font-family: 'Open Sans';
	overflow-x: hidden !important; 
	-webkit-tap-highlight-color: #ccc;
	}
ul{
	list-style-image: url("../../data/uploads/car-blue_10.png");
}
.mr-3, .mx-3 {
    margin-right: 0.5rem !important;
}
article h1 {
    font-size: 32px;
    }
/* Fonts */
h1, h2, h3, h4, h5, h6, p, a, li{
	font-family: 'Open Sans';
	}
h1, h2, h3, h4, h5, h6{
	text-align: left;
	}
article {

    float: left;
    max-width: 100%;
    min-height: 500px;
    background: #fff;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow:0;
	position: relative;
}
/* --------------------------- Sprach Nav ---------------------------  */
/* Logo */

.navbar-brand {
    padding-top: 0 !important;
    }
.bg-transparent {
	z-index: 40;
	}
.navbar-brand img{
	height: 85px;
}
.navbar-brand{
	height:90px;
}
.navbar-expand-sm .navbar-nav .nav-link {
    color: gray;
    text-shadow: none;
}
/*
header nav li a:after{
	content: ' |';
	padding-left: 15px;
}
*/
header nav li a:hover, header nav li a:focus, header nav li a:active, header nav li.current a{
	color: #e20030 !important;
}
/* --------------------------- Sprach Nav End ---------------------------  */
/* --------------------------- 2nd Nav ---------------------------  */
.nav-item a:hover{
	color: #006ab2 !important;
    text-decoration: underline;
}
.sticky-top {
    padding-left: 2em;
}
/*
.bg-aul:focus a {
	color: #006ab2 !important;
}
*/
#fontsize{
	position: absolute;
	top: -37px;
	left: 352px;
}

/* --------------------------- 2nd Nav End ---------------------------  */


/* --------------------------- Slider ---------------------------  */

.logoright{
	position: absolute;
	box-shadow: 1px 0px 0px 0px #efefef;
	right: 1px;
	float: right;
	z-index: 20;
	background-color: rgba(255, 255, 255, 0.8);
	background: rgb(255,255,255);
	background: linear-gradient(351deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5270308807116597) 44%);
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5270308807116597) 31%);
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(57%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,
	rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 57%,
	rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
#demo{
	z-index: 10;
}
.netzwerk-text{
	width:100%;
}
.netzwerk-img img{
	height:50px !important;
	width:auto !important;
}

/* --------------------------- Slider End ---------------------------  */
/* --------------------------- One Elemente ---------------------------  */
.uebertitel{
	padding: 1em 3em 0 3em;
	z-index: 40;
	position: relative;
}
.subtitel{
	font-size: 80%;
}
.card{
	border:0;
}
.card .collapse{
	border: 1px solid #ccc;
}
.card-header {
    padding: .2rem 1.25rem;
    background-color: transparent;
	border-bottom: 0;
	}
.card-header, .mb-0 button{
	display: flex;
}
.bulgar .card-header, .bulgar .mb-0 button {
    font-size: 18px !important;
}
#one{
    padding: 0 40px 40px 40px !important;    
	

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(233,236,239,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(245,245,245,1)), color-stop(100%, rgba(233,236,239,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(233,236,239,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(233,236,239,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(233,236,239,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 47%, rgba(233,236,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9ecef', GradientType=0 );



}
.btn {
    text-align: left;
    }
/* --------------------------- One Elemente End---------------------------  */
/* --------------------------- Uns Elemente ---------------------------  */
#one, #uns{
	line-height: 26px;
	font-size: 16px;
}
.arab ul, .farsi ul{
	text-align: right;
}
.arab .card, .arab .card h2, .arab .card .card-header, .arab li, .arab p, .farsi .card, .farsi .card h2, .farsi .card .card-header, .farsi li, .farsi ul{
	direction: rtl;
	text-align: right;
}
.arab button, .farsi button{
	float: right;
	text-align: right;
}

#uns{
	background-color: #e9ecef;
	clear: both;
}
.precol{
	width: 10px;
	height: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
.pikto{
	max-width: 100%;
}
.card {
    background-color: transparent;
    }

.thumbpik{
	max-width:100%;
	padding-bottom: 10px;
}
.fas {
    font-family: FontAwesome;
}


#uns .container{
	width:100% !important;
}
#uns .nav-tabs {
    border-bottom: 0;
}
.subkarte{
    margin: -3em 0;
        margin-right: 0px;
    z-index: ;
    top: 15px;
    position: relative;
    height: 90px;
    width:204px;
}
#talkbubble2 .mr-3{
    max-height: 75px !important;
    width: 100px;
    margin: 10px 0;
}
#talkbubble2 .media{
	border-top:1px solid #ccc;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: auto 0;
	background-color: #fff;
}
#talkbubble2 .media a:focus{
	background-color: #e8e8e8 !important;
	}
#talkbubble2 .media-body a{
	padding: auto 0;
	text-decoration: none;
}
#talkbubble2 .mt-0{
        margin-top: 20px !important;
    font-size: 17px;
    text-align: left;
    padding-right: 2em;
    padding-left: 30px;
    word-break: break-word;
}
#talkbubble2 .row .col .media{
	min-height:77px;
	padding-left: 5%;
}

.karte{
	border:0;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	width: 32.5%;
	margin-right: 1px;
	text-align: center;
	padding: 0.5em 0.8em 1em 0.8em;
	display: flex;
}

#talkbubble ul, #talkbubble1 ul, #talkbubble2 ul {
    margin: 0 0 20px 15px !important;
    list-style-image: url("../../data/uploads/car-red_10.png");
}
.karte a {
	text-decoration: none !important;
	padding-top: 10px;
	font-size: 2vw;
	color: #457497;
	font-weight: 700;
}
 .karte a:active {
	display: block;
	background-color: #457497 !important;
	color:#fff !important;
	padding: 2.3em 0 0.5em 0;
	margin-bottom: -1.2em;
	margin-top: -0.6em;
	text-decoration: underline !important;
	-webkit-tap-highlight-color: #457497;
	}


#uns .nav {
    display: block ruby !important;
    display: -webkit-inline-box;
/*     margin: 0 15px; */
}
#uns .accordion ul:first-child{
	margin:0 !important;
}
/* sprechblase */
#talkbubble {
	position: relative;
	background: #477596;
	border-radius: .4em;
	padding:2em;
	color:#fff;
	margin-top: 3.2em;
}

#talkbubble::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 20%;
	width: 0;
	height: 0;
	border: 48px solid transparent;
	border-bottom-color: #477596;
	border-top: 0;
	margin-left: -48px;
	margin-top: -48px;
}
#talkbubble1 {
	position: relative;
	background: #477596;
	border-radius: .4em;
	padding:2em;
	color:#fff;
	margin-top: 3.2em;
}

#talkbubble1:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 50%;
	width: 0;
	height: 0;
	border: 48px solid transparent;
	border-bottom-color: #477596;
	border-top: 0;
	margin-left: -48px;
	margin-top: -48px;
}
#talkbubble2 {
	position: relative;
	background: #477596;
	border-radius: .4em;
	padding:2em;
	color:#fff;
	margin-top: 3.2em;
}

#talkbubble2:before {
	content: '';
	position: absolute;
	top: 2px;
	right: 10%;
	width: 0;
	height: 0;
	border: 48px solid transparent;
	border-bottom-color: #477596;
	border-top: 0;
	margin-left: -48px;
	margin-top: -48px;
}
#talkbubble2 .col{
	min-width:100% !important;
	}
/*
.ac-ico:after {
  content: "\102" !important;
font-family: FontAwesome !important;
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
*/

.fa-angle-down, .fa-angle-up {
	 margin-left: 25px;
	 margin-top: 10px;
	 font-weight: 900;
	 font-size: 75%;
}
.de .fa-angle-down, .fa-angle-up {
	 margin-left: 0 !important;
}
.fa-times {
    margin-top: 10px;
    margin-left: 25px;
    font-weight: 100;
    font-size: 70%;
    margin-right: 25px;
}
.arab .fa-angle-down, .arab .fa-angle-up, .farsi .fa-angle-down, .farsi .fa-angle-up {
    margin-right: 2em !important;
}

/* --------------------------- Uns Elemente End ---------------------------  */
/*  --------------------------- Map / Kontakt --------------------------- */
#kontakt{
	padding: 1rem 0 !important;
	}
#kontakt p, #kontakt li, #kontakt div {
	hyphens: auto; 
    text-align: left !important;
	}
.maps{
	margin-top:2em;
}

.map{
	padding: 0.2em;
	text-align: center;
}
.map iframe{
	width: 100%;
}
.kont-hr{
	border : 0;
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}
.kont-hr-half{
	width:50%;
	border : 0;
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}
#kontakt a{
	text-decoration: none;
}
.bg-low{
	background-image: url('/data/uploads/hg_low.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}
#kontakt .jumbotron {
    background-color: transparent;
    padding: 0 2rem;
}
.map small a{
	color:#000;
}
.beraterinnen{
	padding-left: 2em;
}
/*  --------------------------- Map /kontakt End --------------------------- */
/*  --------------------------- Download --------------------------- */
#download{
	background-color: #e9ecef;
}
#download .media {
    margin-bottom: 1em;
}
#download .border {
    border: 1px solid gray !important;
	background-color: #fff;
}
.glyphicon{
	font-family: 'FontAwesome';
	
}
.download a:link,.download a:visited{	
	color: #fff !important;
	white-space: pre;
	text-decoration: none;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
	background-color: #457497;
	float: right;
	}
.download{
	float:right;
}
.downloads ul{
	list-style: none;
}
.big-1st{
    text-transform: capitalize;
}
.link-style{
	text-decoration: none !important;
}
#sd_table th{
	padding-bottom: 1em;
	font-size: 1.5em;
}
#download1 {
	background-color: #e9ecef;
}
.d-ico{
	height:11px !important;
	padding: 0 15px !important;
}
@media screen and (max-width: 460px){
#download1 .accordion{
	margin:0em !important;
	}
.d-ico{
	padding: 0 5px 0 0 !important;
	}
#download1 {
    padding: 40px 3px !important;
	}
#kontakt .jumbotron {
    padding: 0 0 !important;
}
footer .container {
    padding: 1em;
    margin: 2em auto;
}
}
#download1 .accordion{
	margin:2em;
}
#download1 .accordion > .card .card-header {
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    margin:1px;
}
#download1 .card-body {
    border: 1px solid #ccc !important;
    background-color: #f8f8f8 !important;
    margin:1px;
}
#download1 .card-body a, #download1 .card-header a{
	text-decoration: none !important;
}
#download1 .card-body a:visited, #download1 .card-header a:visited, #download1 .card-body a:hover, #download1 .card-header a:hover, #download1 .card-body a:focus, #download1 .card-header a:focus{
	color: #e20030 !important;
	text-decoration: none !important;
}

#download1 .card-body ul{
	list-style: none;
}
/*  --------------------------- Download End --------------------------- */
/*  --------------------------- LOGO --------------------------- */

#logos{
	text-align: center;
	padding: 0;
}
#logos .col-sm, #logos .col-sm h3{
	text-align: center;
	padding: 0;
}

#logos img{ 
	height:200px;
	width:auto;
	}
/*  --------------------------- LOGO End --------------------------- */
/* --------------------------- Footer ---------------------------  */
.center{
	text-align: center;
}
.foot-link{
	color:#fff !important;
	text-decoration: none !important;
	margin:0 !important;
	padding: 0 !important;
}
.foot-link:hover{
	color:#333;
}
.imp-link{
	color: rgba(191, 191, 191, 1) !important;
	text-decoration: none !important;
}
.imp-link:hover{
	color: #477596 !important;
}

/* --------------------------- Footer End ---------------------------  */
/* --------------------------- popup ---------------------------  */
.foger__popup{
	z-index: 1100 !important;

}
.toppopup{
		overflow-y: scroll;
	height: 500px !important;
}
/* --------------------------- popup End ---------------------------  */
/* --------------------------- Datenschutz ---------------------------  */
/* --------------------------- Datenschutz  End ---------------------------  */
.datschu{
	margin:3em 5%;
}
#cbcookies_more {
	text-decoration: none !important;
    background-color: #000000;
    color: #FFFFFF;
    padding: 3px 5px;
    text-decoration: none;
}
#cbcookies-bottom {
    bottom: 70px;
    }
/* --------------------------- Screen Size ---------------------------  */
@media screen and (min-width: 2245px){
	.body-wrap { 
	max-width: 1760px !important;
	margin: 3em auto !important;
}
}
@media screen and (min-width: 2200px){
	#one .card  {
    padding-left: 16em !important;
    padding-right: 17em !important;
}
}
@media screen and (min-width: 1550px){
#one .card {
    padding-left: 15em;
	}
.opentext{
	max-width: 1100px;
	margin:0 auto;
}
p, li, div {
	hyphens: auto; 
    text-align: justify
	}

.karte a {
	font-size: 27px;

	}
footer p, footer li, footer div{
	hyphens: auto; 
    text-align: left;
	}
}
@media screen and (min-width: 1246px) {
p, li, div {
	hyphens: auto; 
    text-align: justify
	}

footer p, footer li, footer div{
	hyphens: auto; 
    text-align: left;
	}
.body-wrap{
	margin:3% 10%;
	border: 0.5px solid #bbb;
	background-color: #fff;
	box-shadow: 0px 0px 3px #777;
}
.logotop{
	position: absolute;
	z-index: 35;
	top: -2.5em;
	right: -3em;
}
.logotop img{
	height: 31em !important;
	top: 0;
	right: 0;
}
.logoright img{
	height: 450px;
	width: 650px;
}
.logoright{
	position: absolute;
	top: -22px;
	right:0.5px;
	z-index: 30;
}
.slideimg{
	margin-top:-105px;
}
/*
#one{
	margin-left: 10em;
}
*/
section#one{
	padding: 0 0 4em 15em;
}
.arab, .farsi {
    padding: 0 12em 4em 0 !important;
}
#one .card  {
    padding-right: 5em;
    padding-left: 13em;
}

.card-header, .mb-0 button{
	font-size: 30px;
	font-weight: 800;
	color: #457497
}
.ru .card-header, .mb-0 button {
    font-size: 23px;
    font-weight: 800;
    color: #457497;
}
.maps{
	padding: 0 2rem;
}
	}
@media screen and (min-width: 1024px) and (max-width: 1245px){
p, li, div {
	hyphens: auto; 
    text-align: justify
	}
footer p, footer li, footer div{
	hyphens: auto; 
    text-align: left;
	}
.body-wrap{
	margin:3% 10%;
	border: 0.5px solid #bbb;
	background-color: #fff;
	box-shadow: 0px 0px 3px #777;
}
.logotop{
	position: absolute;
	z-index: 35;
	top: -1.8em;
    right: -2em;
}
.logotop img{
    height: 21.5em;
}
.logoright img{
	height: 450px;
	width: 360px;
}
.logoright{
	position: absolute;
	top: -55px;
	right:0.5px;
}
.carousel-inner {
    height: 18em;
}
.slideimg{
	margin-top: -50px;
	height: 25em;
}
section#one{
	padding: 0 0 4em 12em;
}
.karte a {
	font-size: 22px;

}
#one .card  {
     padding-left: 9em;
}
.card-header, .mb-0 button{
	font-size: 23px;
	font-weight: 800;
	color: #457497
}
.ru .card-header, .mb-0 button {
    font-size: 18px;
    font-weight: 800;
    color: #457497;
}
.maps {
	padding: 0 2rem;
}
}
/*
@media screen and (max-width:1215px){
#talkbubble2 .col{
	width:100% !important;
	}
}
*/
@media screen and (min-width: 800px) and (max-width: 1024px){
.body-wrap{
	margin:3% 10%;
	border: 0.5px solid #bbb;
	background-color: #fff;
	box-shadow: 0px 0px 3px #777;
	}
.logotop{
	position: absolute;
	z-index: 35;
	top: -1.8em;
    right: -2em;
}
.logotop img {
    top: 10px;
    right: 0;
    height: 16em;
    position: absolute;
}
.logoright img{
	height: 450px;
	width: 360px;
}
.logoright{
	position: absolute;
	top: -55px;
	right:0.5px;
}
.carousel-inner {
    height: 14em;
}
.slideimg{
	margin-top: -25px;
	height: 15em;
}
.card-header, .mb-0 button{
	font-size: 23px;
	font-weight: 800;
	color: #457497
}
#one .card  {
     padding-left: 3em;
}
.ru .card-header, .mb-0 button {
    font-size: 18px;
    font-weight: 800;
    color: #457497;
}
}
@media screen and (min-width: 527px) and (max-width: 799px){
.body-wrap{
	margin:0 !important;
	border: 0;
	background-color: #fff;
	box-shadow: 0;
}
.logotop{
	position: absolute;
	z-index: 35;
	top: -1.6em;
	right: -2.2em;
}
.logotop img{
	top: 0;
	right: 0;
	height: 18.2em;
}
.logoright img{
	height: 450px;
	width: 380px;
}
.logoright{
	position: absolute;
	top: -55px;
	right: 0.5px;
}
/*
.navbar{
	display: -webkit-box !important;
}
*/
.bg-transparent{
	display: -webkit-box !important;
}
.slideimg{
	height:15em;
}
header nav li a {
    font-size: 12px;
    padding: 5px 10px;
    }
.navbar > .container, .navbar > .container-fluid {
   display: flex;
	width: 60%;
	list-style-type: cjk-earthly-branch;
	flex-wrap: wrap;
	position: relative;
    }
.card-header, .mb-0 button {
    font-size: 18px;
    font-weight: 800;
    color: #457497
}
.karte a{
	font-size: 15px !important;
	line-height: 1em;
}
#uns .container{ 
	padding:0;
	max-width: 100% !important
	}

#uns .nav .nav-tabs{
	margin:0 !important;
}
.maps .col{
	flex-basis: 100% !important;
}
.btn {
    text-align: left;
	padding: 0;
}
.foerder{
	margin-top:2em;
}
}
@media screen and (min-width: 526px) and (max-width: 575px){
.navbar-nav {
    flex-direction: row !important;
    display: flex;
    }
.container-fluid{
	width: 68%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 0;
	margin-left: auto;
	}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 10px !important;
}
.pikto {
    max-width: 15em;
}
}
@media screen and (min-width: 360px) and (max-width: 526px){
.bg-transparent{
	display: -webkit-box !important;
}
.body-wrap{
	margin:0 !important;
	border: 0;
	background-color: #fff;
	box-shadow: 0;
}
header nav li a {
    font-size: 10px;
    }
.navbar-nav {
    flex-direction: row !important;
    display: flex;
    }
.container-fluid{
	width: 46%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 0;
	margin-left: auto;
	}
.container {
    max-width: 100% !important;
}
header nav li a {
    font-size: 10px;
    line-height: 1em;
}
#2ndnav{
    line-height: 1.5em !important;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 10px !important;
}
navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: wrap;
    position: relative;
    right: 0;
}
.logotop{
	position: absolute;
	z-index: 35;
	top: -1.7em;
	right: -3em;
}
.logotop img{
	top: 13px;
	right: 30px;
	height: 12em;
	position: absolute;
}
.logoright img{
	height: 230px;
	width: 275px;
}
.logoright{
	position: absolute;
	top: -55px;
	right: 0.5px;
}
.slideimg{
	height:10em;
}
.card-header, .mb-0 button {
    font-size: 18px;
    font-weight: 800;
   color: #457497
}
.thumbpik{
	width:85px !important;
	height:auto;
}

#kontakt, #uns, #one{
	padding: 0 0 3em 0;
}
#uns{
	padding-top:3em;
}
.karte a{
	font-size: 14px !important;
	line-height: 1em;
}
.karte {
    max-height: 150px !important;
    }
.karte .fa-angle-down, .karte .fa-angle-up {
    margin-left: 8px;
}
.maps .col{
	flex-basis: 100% !important;
}
.btn {
    text-align: left;
	padding: 0;
}
.pikto {
    max-width: 15em;
}
/* --------------------------- Pop Up -------------------------------- */
.toppopup{
	overflow: auto !important;
	height:400px;
}
}
@media screen and (max-width: 460px){
#talkbubble2 .mt-0 {
    font-size: 11px;
   }
   } 
@media screen and (max-width: 360px){
	.navbar{
/* 	display: -webkit-box !important; */
}
.navbar-brand img {
    height: 49px !important; 
}
.body-wrap{
	margin:0 !important;
	border: 0;
	background-color: #fff;
	box-shadow: 0;
}
.navbar-brand {
    height: 65px;
}
header nav li a {
    font-size: 12px;
    line-height: 0.8em;
    }
li.nav-item a{
    line-height: 1.5em !important;
}
.navbar-nav {
    flex-direction: row !important;
    display: flex;
    }
 .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 10px !important;
}

.container-fluid{
	width: 100%;
	padding: 0 15px 15px 15px;
	margin-right: 0;
	margin-left: auto;
	display: flex;
	}

.logotop{
	position: absolute;
	z-index: 35;
	top: -1.7em;
	right: -3em;
}
.logotop img{
	top: 27px;
	right: 30px;
	height: 10em;
	position: absolute;
	}
.logoright img{
	height: 450px;
	width: 215px;
}
.logoright{
	position: absolute;
	top: -55px;
	right: 0.5px;
}
.slideimg{
	height:10em;
	margin-left: -2em;
}
.card-header, .mb-0 button {
    font-size: 18px;
    font-weight: 800;
    color: #457497;
    letter-spacing: -1px;
}
.thumbpik{
	width:75px !important;
	height:auto;
}
#one {
    padding: 0 40px 40px 5px !important;
}

#kontakt, #uns, #one{
	padding: 0 0 3em 0;
}
#uns .container ul{

}
#uns{
	padding-top:3em;
}
#uns .nav{
	margin: 0;
}
.karte a{
	font-size: 11px !important;
	line-height: 1em !important;
	letter-spacing: -1px !important;
}
.karte {
    max-height: 135px !important;
    }
.karte .fa-angle-down, .karte .fa-angle-up {
    margin-left: 8px;
}
#talkbubble2 .mt-0{
    padding-left: 5px;
    }
.maps .col{
	flex-basis: 100% !important;
}
.bulgar .card-header, .bulgar .mb-0 button, .arab .card-header, .arab .mb-0 button, .farsi .card-header, .farsi .mb-0 button  {
    font-size: 13px !important;
}
.btn {
    text-align: left;
	padding: 0;
}
/* --------------------------- Pop Up -------------------------------- */
.toppopup{
	overflow: auto !important;
	height:400px;
}
}