@import 'assets/datapicker/bootstrap-datepicker.standalone.min.css';

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('css/fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('css/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('css/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('css/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('css/fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('css/fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('css/fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('css/fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
	font-size: 21px;
	font-weight: 300;
	font-family: 'Roboto';
	color: #009ED1;
	line-height: normal;
}

h1 {
	font-size: 42px;
    color: #009ED1;
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 15px;
}

h2 {
	font-size: 34px;
    color: #009ED1;
}

h3 {
    color: #009ED1;
}

h4 {
    color: #009ED1;
}

a {
    color: #ED7C20;
    text-decoration: none;
	transition: all 0.3s ease-in-out !important;
}

a:link, a:visited, a:focus {
    color: #ED7C20;
    text-decoration: none;
	transition: all 0.3s ease-in-out !important;
}

a:hover, a:active {
    color: #ED7C20;
    text-decoration: none;
	transition: all 0.3s ease-in-out !important;
}

a[href^="tel"] {
	color: inherit;
  	text-decoration: none;
}

.blue, a.blue  {
	color: #009ED1 !important;
}

.content {
	line-height: 40px;
}

.firstline {
	line-height: normal;
}

.firstline::before {
	content: "– ";
}

.firstline::after {
	content: " –";	
}

.topli {
	font-size: 1rem;
	color: #fff;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	padding-top: 26px;
	padding-bottom: 26px;
	background-image: url(images/topbg.png);
	background-size: contain;
	padding-left: 50px;
}

.topre {
	color: #009ED1;
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

.topre img {
	width: 125px;
	line-height: normal;
	margin-top: -10px;	
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background: none;
}

.carousel-control-next-icon:after {
	transition: all 0.3s ease 0s;
  	content: '>';
  	font-size: 45px;
	color: #ED7C20;
	opacity: 1 !important;
}

.carousel-control-prev-icon:after {
	transition: all 0.3s ease 0s;
  	content: '<';
  	font-size: 45px;
  	color: #ED7C20;
	opacity: 1 !important;
}

.carousel-control-test {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	width: 100%;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 3s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}

.boxtabheadermain  {	
	position: inherit;
	margin-top: 50px;
	margin-left: -100px;
	width: 50%;
}

.boxtabheadermain2  {	
	position: inherit;
	margin-top: 175px;
	margin-left: -100px;
	width: 18%;
}

.jumbotron {
	height: 490px;
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.gallholder-elbe-radweg {
	background: #fff url("images/header-elbe-radweg.jpg") no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gallholder-havel-radweg {
	background: #fff url("images/header-havel-radweg.jpg") no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.gallholder-preise {
	background: #fff url("images/header-preise.jpg") no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gallholder-ueber-uns {
	background: #fff url("images/header-ueber-uns.jpg") no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gallholder-kontakt {
	background: #fff url("images/header-kontakt.jpg") no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gallholder-datenschutz {
	background: #fff url("images/header-kontakt.jpg") no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gallholder-impressum {
	background: #fff url("images/header-kontakt.jpg") no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* NAVIGATION */
.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}

a.nav-link {
	color: #009ED1 !important;
	font-weight: 400;
	font-size: 18px;
	transition: all 0.3s ease 0s;
}

a.nav-link:hover, a.nav-link:focus, a.nav-link:active {
	color: #ED7C20 !important;
	transition: all 0.3s ease 0s;
	font-weight: 400;
}

.active a.nav-link {
	color: #009ED1 !important;
	font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 18px 15px;
	font-family: 'Roboto';
}

.bg-dark {
	position: absolute;
	width: 100%;
	z-index: 2;
    background-color: rgba(255, 255, 255, 0.7) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    color: #009ED1;
	text-align: left;
}

.custom-toggler.navbar-toggler { 
	border-color: #fff;
	transition: all 0.3s ease-in-out !important;
	margin: 13px 0px;
} 

.custom-toggler.navbar-toggler:hover { 
    box-shadow: 0px 0px 5px #fff;
} 
          
.custom-toggler .navbar-toggler-icon { 
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
} 

.karte {
	margin-bottom: -70px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.ueberuns-lastline {
	margin-top: 10px;
	line-height: normal;
}

.kontaktbox {
	color: #009ED1;
	background-image: url("images/kontakt-bottom.jpg");
	background-size: cover;
	background-position: center center;
	margin-top: 55px; 
	margin-bottom: -70px; 
}

.kontaktbox h2 {
	font-size: 42px;
	color: #009ED1;
	padding-top: 110px;
	padding-bottom: 40px;
}

.kontaktbox p {
	padding-bottom: 90px;
	font-weight: normal;
}

.preis-section-btn {
	position: absolute;
	z-index: 9999;
	width: 200px;
	bottom: 45px;
	margin: 0px;
	left: 0; 
  	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease 0s;
}

.anfragen-section-btn {
	position: absolute;
	z-index: 9999;
	width: 200px;
	bottom: 0px;
	margin: 0px;
	left: 0; 
  	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease 0s;
}

.transfer-section-btn {
	position: inherit;
	width: 320px !important;
	z-index: 9999;
	bottom: 0px;
	margin: 0px;
	margin-top: 30px !important;
	margin-bottom: 60px !important;
	left: 0; 
  	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease 0s;
}

.transfer-section-btn2 {
	position: inherit;
	width: 200px !important;
	z-index: 9999;
	bottom: 0px;
	margin: 0px;
	left: 0; 
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease 0s;
}

.img-fluid.preis {
	border-radius: 20px;
}

.spacern10 {margin-top:-10px;}
.spacer15 {margin-top:15px;}
.spacer30 {margin-top:30px;}
.spacer40 {margin-top:40px;}
.spacer50 {margin-top:50px;}
.spacer60 {margin-top:60px;}
.spacer70 {margin-top:70px;}
.spacer80 {margin-top:80px;}
.spacer90 {margin-top:90px;}

.card {
  	display: block; 
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #fff;
    transition: all 0.3s ease 0s;
	border-radius: 0px !important;
	border: 0px;
}

.img-card {
  	width: 100%;
  	display: block;
    overflow: hidden;
}

.img-card img {
  	width: 100%;
  	object-fit:cover; 
  	transition: all 0.3s ease 0s;
	border-radius: 20px;
} 

.card:hover img {
	border-radius: 20px;
} 

.card:hover .btn-orange {
	transition: all 0.3s ease-in-out !important;
	transform: scale(1.1);
}

.card-t {
	position: absolute;
	z-index: 9999;
	width: auto;
	top: 10px;
	margin: 0px;
	left: 0; 
  	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease 0s;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}

.card-t-txt {
	font-size: 28px !important;
	margin-top: 30px;
	margin-bottom: 30px;
}

.btn-orange {
	border-radius: 10px;
	text-transform: uppercase;
	background-image: url(images/topbg.png);
	background-size: contain;
	font-size: 20px;
	font-weight: 400;
  	color: #fff !important; 
 	border: 0px !important; 
	padding: 7px;
	margin-top: 50px;
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out !important;
	letter-spacing: 2px;
} 
 
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active{ 
 	color: #009ED1 !important;
	transition: all 0.3s ease-in-out !important;
}

.btn-orange2 {
	border-radius: 10px;
	text-transform: uppercase;
	background-image: url(images/topbg.png);
	background-size: contain;
	font-size: 20px;
	font-weight: 400;
  	color: #fff !important; 
 	border: 0px !important; 
	padding: 10px;
	margin: 10px;
	transition: all 0.3s ease-in-out !important;
	letter-spacing: 1px;
	line-height: normal;
} 
 
.btn-orange2:hover, 
.btn-orange2:focus, 
.btn-orange2:active{ 
 	color: #009ED1 !important;
	transition: all 0.3s ease-in-out !important;
}

.preisbox:hover .btn-orange {
	transition: all 0.3s ease-in-out !important;
	transform: scale(1.1);
}

.preisline {
	background-image: url(images/topbg.png);
	background-size: contain;
	border-radius: 20px;
	color: #fff;
	padding: 15px;
	font-size: 25px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 30px;
} 

.bold {
	font-weight: 500;
}

.light {
	font-weight: 100;
}

/* formular section */
section#anfrage {
	background: #D9EDF4 url("images/kontaktform.jpg") no-repeat top center fixed;
	margin-top: 0px;
	padding-top: 60px;
}

.contactform {
    margin-top: 0px;
    margin-bottom: 60px;
	position: inherit;
	padding-top: 0px;
	display: inline-block;
	text-align: center!important;
	margin-left: 0px;
	margin-right: 0px;
	left: 0px;
	right: 0px;
	line-height: 40px;
}

/* formular */
.input-group-addon {
	right: 15px;
	position: absolute;
	z-index: 999;
}

.input-group-addon img {
	width: 42px;
}

.input-group-text {
    color:#7F7F80;
    border-radius: 0px !important;
    border: 0px !important;
}

.form-control {
	font-weight: lighter;
    font-size: 16px;
    color:#7F7F80;
    outline:0;
    border-radius: 1px !important;
    transition: all 0.2s ease 0s;
    padding-left: 10px;
    padding-right: 10px;
    border: 4px solid #fff !important;
	border-color: #fff !important;
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2) !important;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto!important;	
}

.form-control:hover, .form-control:focus, .form-control:active {
    color: #7F7F80;
    outline:0;
    transition: all 0.2s ease 0s;
    border: 4px solid #fff !important;
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.5) !important;
	text-transform: none !important;
}

 select.form-control {
    appearance: none;
    border-radius: 1px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
	color: #7F7F80 !important;
	
 }

option {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", "sans-serif";
	color: #7F7F80 !important;
}

option:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", "sans-serif";
	color: #7F7F80 !important;
}

 textarea.form-control {
    height: auto !important;
}

::placeholder {
  	color: #7F7F80 !important;
}

.form-group {
	text-align: left;
}

.form-check {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease 0s;
	text-align: left;
	color: #009ED1 !important;
}

.form-check a {
	color: #ED7C20;
	text-decoration: none;
}

.form-check a:link{
	color: #ED7C20 !important;
    transition: all 0.3s ease 0s;
	text-decoration: none;
}

.form-check a:hover{
	color: #ED7C20 !important;
    transition: all 0.3s ease 0s;
	text-decoration: none;
}

.datenschutztxt {
    color: #009ED1 !important;
    font-size: 15px;
	margin-bottom: 30px;
}

input.datenschutz {
    margin: 0px;
    margin-left: 3px;
    display: inline;
}

input.error, input.error:hover, input.error:focus,
select.error, select.error:hover, select.error:focus,
textarea.error, textarea.error:hover, textarea.error:focus { 
    border-color: #d81f1c !important;
    border: 4px solid #d81f1c !important;
}

label.error {
    color: #d81f1c;
    font-size: 17px;
    margin: 0px;
    display: inline;
    margin-left: 0px;
	text-align: left;
}

input[type=checkbox] {
    transform: scale(1.5);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px !important;
	margin-bottom: 6px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
	text-align: center;
}

/* honeypot */
.email2 {
	z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
}

.sent {
    color: #009ED1;
    padding-top: 120px;
    padding-bottom: 170px;
    padding-left: 15px;
    padding-right: 15px;
}

.sent h2 {
    color: #009ED1;
    text-shadow: none;
	margin-bottom: 20px !important;
    text-transform: uppercase;
}

.np {
	padding: 0px;
}

footer {
	color:  #fff;
	font-size: 18px;
	font-weight: 100;
	margin-top: 70px;
	padding-bottom: 25px;
	background-color: #ED7C20;
}

footer .small {
	font-weight: 100;
}

footer img {
	width: 195px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.footernav {
	padding-top: 25px;
	padding-bottom: 40px;
	margin-bottom: 0px;
}

.footernav a, .footernav a:link, .footernav a:focus, .footernav a:visited {
	font-size: 18px;
	padding: 15px 5px;
	color: #fff;
}

.footernav a:hover {
	font-size: 18px;
	color: #ccc;
	text-decoration: none;
}

.footernav .active {
	font-weight: normal;
}

.footernav .list-inline-item {
	margin: 10px 10px;
}

.list-group-item-light {
    background-color: #fff;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #fff;
    background-color: #ED7C20;
}

/* ==================================================
    Media Querys
================================================== */
 
@media (max-width: 1599px) {
.boxtabheadermain  {	
	position: inherit;
	margin-top: 60px;
	margin-left: 0px;
	width: 40%;
}
.boxtabheadermain2  {	
	position: inherit;
	margin-top: 125px;
	margin-left: 0px;
	width: 18%;
}
.jumbotron {
	height: 390px;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
.boxtabheadermain  {	
	position: inherit;
	margin-top: 60px;
	width: 37%;
}
.boxtabheadermain2  {	
	position: inherit;
	margin-top: 95px;
	margin-left: 0px;
	width: 16%;
}
.jumbotron {
	height: 280px;
}
.card-t-txt {
	font-size: 28px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
}

/* ELarge devices (desktops, 992px and up) */
@media (max-width: 991px) {
.topli {
	text-align: center;
}
.topli {
	padding-left: 0px;
}
.bg-dark {
	position: inherit;
	width: 100%;
	z-index: 2;
    background-color: #009ED1 !important;
    color: #fff !important;
	text-align: center;
}	
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}	
a.nav-link {
	color: #fff !important;
	font-weight: 400;
	font-size: 18px;
	transition: all 0.3s ease 0s;
}
a.nav-link:hover, a.nav-link:focus {
	color: #ED7C20 !important;
	transition: all 0.3s ease 0s;
}
a.nav-link:active {
	color: #fff !important;
	transition: all 0.3s ease 0s;
	font-weight: bold;
}
.navbar-nav > li:last-child > a {
  padding-bottom: 30px !important;
}
.active a.nav-link {
	color: #fff !important;
	font-weight: bold;
}
.navtext {
    color: #fff !important;
	vertical-align: middle;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 60px;
    height: 60px;
}	
.boxtabheadermain  {	
	position: inherit;
	margin-top: 0px;
	width: 40%;
}
.boxtabheadermain2  {	
	position: inherit;
	margin-top: 45px;
	margin-left: 0px;
	width: 22%;
}
.jumbotron {
	height: 240px;
}
.preis-section-btn, .anfragen-section-btn {
	bottom: 15px;
}
.card-t-txt {
	font-size: 28px !important;
	margin-top: 60px;
	margin-bottom: 60px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
	text-align: left;
}
}

@media (max-width: 769px) {
.boxtabheadermain2  {	
	position: inherit;
	margin-top: 40px;
	margin-left: 0px;
	width: 22%;
}
}

@media (max-width: 768px) {
.carousel-control-prev, .carousel-control-next {
	display: none;
}
.jumbotron {
	height: 200px;
}
.boxtabheadermain2  {	
	position: inherit;
	margin-top: 20px;
	margin-left: 0px;
	width: 22%;
}
.preis-section-btn, .anfragen-section-btn {
	width: 180px;
}
.card-t-txt {
	font-size: 28px !important;
	margin-top: 20px;
	margin-bottom: 20px;
}
}

@media (max-width: 767px) {
.boxtabheadermain2  {	
	position: inherit;
	margin-top: 25px;
	margin-left: 0px;
	width: 30%;
}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
body {
	font-size: 18px;
}
.content, .contactform {
	line-height: 38px;
}
h1 {
	font-size: 35px;
	margin-top: 30px;
}
footer {
	margin-top: 40px;
}
.kontaktbox h2 {
	font-size: 35px;
	padding-top: 70px;
	padding-bottom: 30px;
}
.kontaktbox p {
	padding-bottom: 70px;
}
.kontaktbox {
	margin-top: 30px;
}
h2 {
	font-size: 29px;
}
.jumbotron {
	height: 140px;
}
.boxtabheadermain2  {	
	position: inherit;
	margin-top: 15px;
	margin-left: 0px;
	width: 22%;
}
.preis-section-btn, .anfragen-section-btn {
	width: 160px;
	bottom: 5px;
}
.btn-orange {
	font-size: 18px;
	padding: 5px;
	margin-top: 50px;
	margin-bottom: 30px;
} 
.preisline {
	font-size: 22px;
} 
.spacer90 {
    margin-top: 40px;
}
.karte {
	margin-bottom: -40px;
}
}

@media (max-width: 575px) {
.boxtabheadermain2  {	
	position: inherit;
	margin-top: 15px;
	margin-left: 0px;
	width: 110px;
}
}

@media (max-width: 470px) {
.card-t-txt {
	font-size: 25px !important;
	margin-top: 15px;
	margin-bottom: 15px;
}
.anfragen-section-btn.btn.btn-orange {
	margin-bottom: 20px;
}
}

@media (min-width:0px) and (max-width:440px) {
.topre {
	color: #009ED1;
	font-size: 20px;
}
.jumbotron {
	height: 140px;
}
.card-t {
	top: 10px;
	margin-top: 10px;
}
.card-t-txt {
	font-size: 23px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.transfer-section-btn {
	width: 260px !important;
}
}

@media (max-width:360px) {
.anfragen-section-btn.btn.btn-orange {
	display:none;
}
}