@charset "UTF-8";

/* CSS Document */


/* FARBEN

Rot
#BA122B;

Grau
#777777

Schwarz
#2D3134

/*

/*=======1.Generelles========*/
/*=======2.Navigation und Header========*/
/*=======3.Slider=========*/
/*=======4.Parallax=======*/
/*=======5.News=========*/
/*=======6.Team=========*/
/*=======7.Occasionen=======*/
/*=======8.Call to Action=======*/
/*=======9.YFORM Formular=========*/
/*=======10.Footer=======*/
/*=======10.1.Footer Anfrage=======*/
/*=======11.Media Queries=======*/


/*-=======1.Generelles========*/

html {
    font-size: 10px;
	height:100%;
	width:100%;
}

body {
    font-family: 'Maven Pro', sans-serif; /*Myriad Pro, Open Sans*/
    color: #363636;
    padding-top: 211px;
	height: auto !important;
	width: 100% !important;
}

.spezial-titel {
    margin-top: 0px;
	margin-bottom: 30px;
    font-style: italic;
    text-transform: uppercase;
    font-size: 4em;
}

p, li, h1, h2, h3, h4, h5 , h6 {
    word-break: break-word;
}

h1, h2, h3, h4, h5 {
    position: relative;
}

.mid-strong {
    font-weight: 600;
}

h1{
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
	color: #BA122B;
}

h2 {
    font-size: 3.25rem;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 20px;
}

h3 {
    font-size: 2.75rem;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}

h4 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

h5 {
    font-size: 1.75rem;
    font-weight: 500;
    font-style: italic;
    line-height: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
}


p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
	color: #000;
}

li {
    font-size: 1.5rem;
    line-height: inherit;
	color: #000;
}


a {
    color: #BA122B;
	transition: all ease-in-out 0.2s;
}

a:hover{
	color: #2D3134;
	text-decoration: none;
}

.button_icon {
    text-align: center;
}

.highlight{
	color: #BA122B;
}

.container{
	padding: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.special-container {
    padding-left: 15px;
    padding-right: 15px;
}

.box-shadow{
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.35);
}

.Red {
    background-color: #BA122B;
    color: #fff;
}

.Red strong {
    color: #fff;
}

.Red p {
    color: #fff;
}

/* Grau */

.Grau {
    background-color: #f2f2f2;
    color: #000;
}

.Grau p {
    color: #000;
}

.Grau li {
    color: #000;
}

.Grau a.btn {
    color: #fff;
    background-color: #BA122B;
    border-color: #BA122B;
    border-radius: 0px;
    font-weight: 500;
    padding: 8px 24px;
    font-size: 1em;
}

.Grau a {
    color: #BA122B;
    font-weight: 500;
    transition: all ease-in-out 0.2s;
}

.Grau a.btn:hover {
    color: #BA122B;
    background-color: #fff; 
    text-decoration: none;
}

.abschnitt {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Google MAP */

#karte {
    padding: 0px;
    height: 450px;
}

#karte iframe{
    border: 0;
    width:100%;
    min-height:450px;
}

#map {
    width: 100%;
    height: 140px;
    border: 0;
}

#overlay {
    padding: 0px;
    height: 400px;
}

.map {
    height: 140px;
}


/* Textformatierungen */

.short-hr {
    border-top: 3px solid #eee !important;
    max-width: 250px;
    margin-left: 0px;
    margin-right: 0px;
}

.news-hr {
    border-top: 3px solid rgb(206, 0, 53) !important;
    max-width: 100px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.texteingabe {
    /* margin-bottom: 30px; */
}

.texteingabe > p {
	margin-bottom:0;
}

.texteingabe > p.abstand15 {
	margin-bottom: 15px;
}

/*=======2.Navigation und Header========*/


nav > .container-fluid{
    padding:0px;    
}


.navbar-default {
    background-image: none;
    background-color: #363636;
    width: 100%;

}

.navbar-default .navbar-toggle{
	margin-right: 30px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-header {
        float: none;
}

.navbar-left,.navbar-right {
        float: none !important;
}
 

.navbar-collapse {
        border-top: 0px;
}

.navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
}

.navbar-nav {
        float: none!important;
}

/*
.collapse.in{
        display:block !important;
        padding:0px;
		height: 100%;
		max-height: 100%;
}
*/
.navbar-default > .container{
	padding: 0px;
	margin-bottom: 0px;
}

.navbar-default .navbar-nav > li> a{
	/*border: 2px #EBEBEB solid;*/
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	padding: 25px 15px;
	text-transform: uppercase;
	background-color: #363636;
	color: #fff;
	font-size: 1.7rem;
    font-weight: 300;
	display: inline-block;
}
/*
.navbar-default .navbar-nav > li:last-child> a{
	border-right: 2px #EBEBEB solid;
}
*/
/*.navbar-default .navbar-nav > li> a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
	 /* background-color:#f2f2f2; */
	/* color: #2D3134; */
	color: #fff;
	/* border-color: initial; */
	border-color: #ba122b;
	background-color: #363636;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover
{
	background-color:#525252;
	/* color: #2D3134; */
	/* border-color: initial; */
	color: #fff;
}

.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
    border: none;
}

.navbar-nav > li > .dropdown-menu > li{
	width: 220px;
}

.navbar-nav > li > .dropdown-menu > li > a{
	padding: 15px;
	padding-right: 50px;
	color: #777777;
	font-size: 1.7rem;
    font-weight: 300;
}

.navbar-nav > li > .dropdown-menu > li > a:hover{
	background-color: #777777;
	color: #FFFFFF;
}

.navbar-under {
	background-image:url('../img/nav_redblack.png');
	background-position:center;
	background-repeat: no-repeat;
	background-color: #363636;
	height: 5px;
}

div.underline {
	height: 0.3rem;
	background-color: #ba122b;
	position: relative;
    bottom: 10px;
    margin: 0 15px;
}

#header-wrapper {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.35);
}

#header-wrapper > .container-fluid > .container{
	margin-bottom: 0px;
}

#header-wrapper > .container-fluid > .container > .row > .col-md-6:last-child{
	text-align: right;
	padding-right: 15px;
}


#header-wrapper > .container-fluid > .container > .row > .col-md-6:last-child > h5.highlight{
	font-size: 2.5rem;
}

.logo-header {
	padding-top: 10px;
    width: 296px;
}

.head-h5 img {
        width: 396px;
}

    .head-h5-phone {
		background-image: url("http://www.scherrer-motos.ch/assets/img/SM_Site_Header_Phone2020.svg");
		display: inline-block;
		width: 185px;
		height: 30px;
		background-size: contain;
		margin-left: 19px;
    }
    .head-h5-wa {
		background-image: url("http://www.scherrer-motos.ch/assets/img/SM_Site_Header_WhatsApp2020.svg");
		display: inline-block;
		width: 185px;
		height: 30px;
		background-size: contain;
    }
	.head-h5-phone:hover {
		background-image: url("http://www.scherrer-motos.ch/assets/img/SM_Site_Header_Phone2020_hover.svg");
	}
	.head-h5-wa:hover {
		background-image: url("http://www.scherrer-motos.ch/assets/img/SM_Site_Header_WhatsApp2020_hover.svg");
	}

/*=======3.Slider=========*/

/*
.carousel .container {
	position: relative;
	z-index: 9;
	left: -150px;
}
*/
.carousel-control {
	margin-top: 215px;
	font-size: 100px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	background-color: transparent;
	border: 0;
	z-index: 10;
	background-image: none !important;
}


.carousel-inner > .item {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/*.carousel-inner > .item img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100% !important;
}*/


.carousel-caption {
    position: absolute;
    bottom: 0;
    top: 0;
    text-shadow: none;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
    padding: 0px;
    background-image: linear-gradient( rgba(0,0,0,0) 20%, rgba(0,0,0,0.65) 80%);
    /*background-color: rgba(206,0,53,0.89);*/
}

/*
.carousel-caption::before {
    content: '';
    display: block;
    width: 1500px;
    height: 1500px;
    position: absolute;
    left: -63px;
    top: -400px;
}
*/
.carousel-caption h2 {
    text-align: right;
    font-size: 5.25rem;
    position: initial;
    line-height: 1.2;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    margin-top: 330px;
    margin-bottom: 20px;
    text-shadow: 2px 1px 5px #000000;
}

.carousel-caption p {
    text-align: right;
    font-size: 3rem;
    position: initial;
    line-height: 1.2;
    width: 100%;
    color: #fff;
    text-transform: none;
    text-shadow: 2px 1px 5px #000000;
}

.carousel-inner {
	height: 600px;
}
/*
.carousel-indicators {
	width: auto;
	left: 73%;
	transform: translate(-73%, -5%);
	margin-left: initial;
	bottom: 5%;
}
*/
.carousel-indicators > li {
	background-color: #FFFFFF;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	margin-right: 10px;
}
.carousel-indicators > .active {
	background-color: #BA122B;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	margin-right: 10px;
}

.special-hr-carousel {
    border-top: 3px solid rgb(206, 0, 53) !important;
    max-width: 100px;
}

/*=======4.Parallax=======*/

/*.prallax.skrollable.skrollable.skrollable-between{
	position: relative;
}*/

.parallax{
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.35);
	background-color: black;
}


.parallaxcontent{
	position:relative;
	/*width: 900px;
	left: 30%;
	top: 50%;
	-ms-transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
	-o-transform: translate(-30%, -50%);
	transform: translate(-30%, -50%);*/
	color: #fff;
	/* padding: 30px 0; */
    margin-top: 80px;
	
}

.parallaxcontent > .parallax_text > a{
	font-size: 2rem;
	text-transform: uppercase;
	color: #fff;
	background-color: rgba(206,0,53,1);
	border: none;
	border-radius: 0px;
	outline: none;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.parallaxcontent > .parallax_text > a:hover, .parallaxcontent > .parallax_text > a:focus, .parallaxcontent > .parallax_text > a:active {
	background-color: #2D3134;
	text-decoration: none;
}

h2.parallax_ueberschrift{
	font-size: 5.5rem;
	margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.parallax_text > p{
    margin-top: 15px;
	color: #fff;
    font-size: 2.5rem;
}

.parallax-btn {
    font-size: 1.5rem !important;
    color: #fff !important;
    background-color: #BA122B !important;
    border-radius: 0px !important;
    outline: none;
    border: 1px solid transparent;
    padding: 8px 24px !important;
    transition: all ease-in-out 0.2s !important;
    margin: 0px 0px 0px 0px;
	width: 100%;
}

.parallax-btn:hover, .parallax-btn:focus {
    background-color: #2D3134 !important;
    text-decoration: none !important;
    color: #fff !important;
    border: 1px solid transparent;
}

/*=======5.Infoblock=======*/

.infoblock > div{
	display: inline-block;
	/* min-height: 475px; */
}

.infoblock .col-xs-12 .col-sm-4 .col-md-4 .col-lg-4 {
	padding: 0;
}

.infoblock > div > h3{
	font-size: 3.5rem;
	position: relative;
}

.infoblock-text {
    min-height: 50px;
	text-align: justify;
	margin: 15px 0;
}

h3.titelrot {
    color: #BA122B;
    margin-bottom: 0px;
}

h3.untertitelschwarz {
    margin-top: 0px;
    margin-bottom: 20px;
}

.infoblock > div > div.img-responsive{
	height: 225px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.infoblock > div > a{
    width: 100%;
	/*height: 30px;
	box-sizing: border-box;
	background-color: #BA122B;
	display: inline-block;
	position: relative;*/
	transition: all ease-in-out 0.2s;
}

.infoblock > div > a:hover{
	background-color: #2D3134;
}

.infoblock > div > a > i.fa{
	font-size: 1.5rem;
}

/*=======5.5News========*/

.aktuellbg {
	background-image: url(/assets/img/aktuell.gif);
	background-repeat: repeat-x;
	height: 40px;
	margin-bottom: 45px;
}

h4.aktuell {
	font-size: 3.5rem;
	color: #BA122B;
    margin-bottom: 15px;
	margin-top: 0px;
	font-weight: 600;
}

.well-news {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    border-radius: 0px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.39);
    border: none;
}

.btn-news {
    color: #fff !important;
    background-color: #BA122B !important;
    width: 100%;
    font-weight: 300;
    font-size: 1em;
    border-radius: 0px !important;
    transition: all ease-in-out 0.2s;
}

.btn-news-close {
    background-color: #BA122B !important;
    border-radius: 0px !important;
    transition: all ease-in-out 0.2s;
    border: none;
}

.btn-news-close:hover {
    background-color: #2D3134 !important;
    text-decoration: none;
}

.btn-news:hover {
    background-color: #2D3134 !important;
    text-decoration: none;
}

.news-name-preview {
    text-align: left;
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.news-intro-preview {
    text-align: left;
    font-weight: 500;
}

.news-name-modal {
    font-size: 1.5em;
    font-weight: 700;
    line-height: initial;
    text-transform: uppercase;
}

.news-intro-modal {
    font-size: 1.1em;
    font-weight: 500;
}

.modal-content {
    border-radius: 0px;
}

.close-news {
    color: #000 !important;
    font-weight: 700 !important;
    opacity: .2 !important;
    transition: all ease-in-out 0.1s;
    text-shadow: 0 1px 0 #fff !important;
}

.close-news:focus, .close-news:hover {
    color: #000 !important;
    opacity: .5 !important;
}

.panel-title {
    line-height: normal;
}

.news-icon {
    font-size: 5em;
    margin-bottom: 30px;
}

.pdf-modal-show {
    font-size: 3em;
}

.news-bild-preview {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0px;
}

.news-bild {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}

#galerie528 {
    margin-top: 15px;
    margin-bottom: 15px;
}

h4.titelrot {
    color: #BA122B;
    margin-bottom: 0px;
}

/*=======6.Team========*/

.team_block {
	margin-top: 0px;
	margin-bottom: 30px;
	position: relative;
	text-align:left;    
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
	width: 100%;
	height: 470px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.20);
    /* border: 1px solid #d3d3d3; */
}

.team_name {
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: 700 !important;
	font-size: 2rem;
	text-overflow: ellipsis;
	/*overflow: hidden;*/
	white-space: nowrap;
    text-transform: none;
}

.team-mail {
    font-size: 1em;
}

.team_beschreibung {
    padding: 270px 15px 15px 15px;
    height: 100%;
	color: #fff;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.65) 20%, rgba(0,0,0,0) 80%);
}

.team_beschreibung p {
	color: #fff !important;
	font-weight: 300;
	font-size: 1.5rem;
}

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

.team_beschreibung a:focus {
	text-decoration: underline;
	color: #BA122B;
}

.team_block:hover .overlay {
	opacity: 1;
}

.team_block:focus .overlay {
	opacity: 1;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	/*background: rgba(0,0,0,0.65);*/
    background-image: linear-gradient(90deg, rgba(0,0,0,0.65) 20%, rgba(0,0,0,0) 80%);
	padding: 15px;
	padding-top: 5px;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}

/* Dienstleistungen */

.dienstleistung-bereich {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.39);
    margin-bottom: 30px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.dienstleistung-titel-bereich {
    background: #BA122B;
    padding: 10px;
}

.dienstleistung-titel-bereich h4{
    margin: 0px;
    font-size: 1.35em !important;
    font-weight: 300 !important;
    color: #fff;
    text-align: center;
}

.dienstleistung-punkte-bereich {
    background: #fff;
    color: #000;
    padding: 10px;
    font-weight: 300;
    font-size: 1.15em;
    line-height: 1.35;
}

/*=======7.Occasionen=======*/

iframe table{
	border: 2px solid #2D3134;
}

iframe table > thead > tr{
	background-color: #2D3134;
	color: #fff;
	font-weight: 800;
	font-size: 2.5rem;
	text-transform: uppercase;
}

iframe table > thead > tr > th, iframe table > tbody > tr > td{
	padding: 10px;
}

iframe table > tbody > tr{
	font-size: 1.5rem;
}

iframe table > tbody > tr:nth-child(even){
	background-color: #BA122B;;
	color: #fff;
}

iframe table > tbody > tr:nth-child(even) > td > a{
	color: #fff;
}

/*=======8.Call to Action=======*/

#CTA {
    position: fixed;
	display: block;
    z-index: 100;
    bottom: auto;
	top: 200px;
	left: auto;
	right: 0;
	width: 430px;
}

.CTA-NEWS {
    position: absolute !important;
}

.call-to-action-block {
    margin-bottom: 20px;
}

.requiredlayer > textarea.form-control{
	height: 199px;
	resize: none;
}

.btn-default.cta {
    width: 100%;
    background-color: #BA122B;
    border-color: #BA122B;
    color: #fff;
    padding: 14px 12px;
    font-size: 1.2em;
    border-radius: 0px;
    transition: all ease-in-out 0.2s;
}

.btn-default.cta:hover {
    color: #BA122B;
    background-color: #fff;
    text-decoration: none;
}


.modal-dialog.cta {
    margin-top: 50px;/*102px;*/
    margin-bottom: 50px;/*102px;*/
    border-radius: 0px;
    float: right;
    max-width: 400px;
}

.modal-open {
    overflow: auto;
}

.modal-content.cta {
    /*background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);*/
    background: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.39);
    min-height: 500px;
    border: none;
}

.modal-content.cta h4 {
    color: #000 !important; /*#757575 !important;*/
    font-size: 1.2em;
    font-weight: 700;
	float:left;
}

.alert-danger p {
    color: #a94442 !important;
}

.alert-info p {
    color: #31708f !important;
}

.alert-danger.cta {
    border-radius: 0px;
}

.alert-danger li{
    font-size: 1em;
    color: #a94442;
}

.alert-success.cta {
    border-radius: 0px;
}

.alert-success p {
    color: #3c763d !important;
    font-size: 1em !important;
}

.alert-success strong {
    font-size: 1em !important;
}

.form-control.cta {
    border-collapse: separate;
}

.alert-success-kontaktform {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success-kontaktform p {
    color: #3c763d !important;    
}

.alert-success-kontaktform strong {
    font-size: 1.15em !important;
}

.close {
    color: #fff;
    font-weight: 500;
    opacity: 1;
    text-shadow: 0 1px 0 #000;
}

.close:focus, .close:hover {
    color: #d3d3d3;
    opacity: 1;
}


.input-group-addon {
    padding: 0px;
}

span a.btn.btn-default {
    padding: 6px 24px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: #fff !important;
    border:1px solid #ccc !important;
    color: #C00222 !important;
}

/*=======9.YFORM Formular=========*/

.yform .form-control{
	border-radius: 0px;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
    min-height: 34px;
}

.form-control{
	border-radius: 0px;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
    min-height: 34px;
}

.form-control:focus {
    border-color: #BA122B;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(206, 0, 53, 0.6)
}

.yform button.btn.btn-primary{
	font-size: 1.5rem;
    float: right;
	text-transform: none;
	color: #fff;
	background-color: #BA122B;
	border: none;
	border-radius: 0px;
	outline: none;
    padding: 6px 24px;
	transition: all ease-in-out 0.2s;
}

.yform button.btn.btn-primary:hover{
	background-color: #2D3134;
	text-decoration: none;
}

label {
    display: block;
}

.obligationstext {
    text-align: right;
}

/*
.radio-group > .radio{
	    float: left;
}
*/
.radio-group > .radio:first-child{
	    margin-right: 10px;
}

.radio-group > .radio:last-child{
	    margin-top: 10px;
}

textarea.form-control {
    resize: vertical !important;
    min-height: 34px;
}

#yform-form-ankauf-eintausch-field-43, #yform-form-ankauf-eintausch-field-46 {
    resize: none !important;
    max-height: 150px;
}

/*=======10.Footer========*/

.copyright {
    /*background-color: #BA122B;*/
    background-image: url(/assets/img/footer-bild.jpg);
    background-size: cover;
    color: #fff;
    background-position-x: left;
}

.copyright > .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.copyright p{
    font-weight: 300;
    color: #fff;
}

.copyright a{
    color: #fff;
    font-weight: 500;
}

.copyright a:focus, .copyright a:hover{
    color: #fff;
    text-decoration: underline;
}

.unter-footer p{
    font-size: 1.25rem;
}

.right_footer{
    float: right;
    text-align: right;
}

.fa-facebook-official {
    font-size: 3rem;
}

.kontakttitel {
    margin-top: 0px;
}

.row-kontakt {
    margin-bottom: 30px;
}

.h2-kontakt{
	font-size: 3rem;
	font-weight: 300;
	margin-bottom: 30px;
}

h5.highlight{
	font-size: 3rem;
	margin-top: 0px;
}

h5.highlight-klein{
	font-size: 2rem;
	margin-left: 45px;
	margin-top: 0px;
    color: #BA122B;
}

.p-kontakt{
	margin-left: 45px;
	margin-bottom: 20px;
	font-size: 2rem;
	line-height: 2.4rem;
}

.p-kontakt > strong{
	font-weight: normal;
	color: #333333;
}

.fa.pull-left{
	font-size: 3.2rem;
	color: #d8d7d7;
}

.fa.fa-map-marker.pull-left{
	font-size: 4rem;
}

.fa.fa-envelope.pull-left{
	font-size: 2.5rem;
}


.fa.fa-phone.pull-left{
	font-size: 3.5rem;
	margin-top: 8px;
}

footer > .container-fluid > .container > .row > div > a > .fa-stack{
	margin-left: 45px;
}

footer > .container-fluid > .container > .row > div > a {
	color: #BA122B;
	line-height: 20px;
	transition: all ease-in-out 0.2s;
}

footer > .container-fluid > .container > .row > div > a:hover{
	color: #9c0129;
}

.fa-facebook {
    transition: all ease-in-out 0.2s;
}

.fa-facebook:hover {
    color: #fff;
}

footer > .copyright{
	background-color: #232323;/*#ebebeb*/
}

footer > .copyright > .container{
	margin-bottom: 0px;
}

footer > .copyright > .container > .row > div > p{
	padding-top: 20px;
	margin-bottom: 0px;
	font-size: 1.6rem;
    color: #fff;
}

footer > .copyright > .container > .row > div > p > a {
    color: #fff;
}

footer > .copyright > .container > .row > div > p > a:hover, footer > .copyright > .container > .row > div > p > a:focus {
    color: #fff;
    text-decoration: underline;
}

footer > .copyright > .container > .row > div:last-child{
	text-align:right;
}

.fa-facebook {
    font-size: 0.8em;
}

.svg-inline--fa.fa-facebook-square.fa-w-14, .svg-inline--fa.fa-twitter-square.fa-w-14, .svg-inline--fa.fa-instagram.fa-w-14, .svg-inline--fa.fa-linkedin.fa-w-14 {
    font-size: 3em !important;
    width: 1em;
}


/*=======10.1.Footer Anfrage=======*/

.footer-anfrage{
	margin-top: -5px;
	padding-left: 0px;
}

.footer-anfrage .form-group{
	line-height: 0.5rem;
}

.footer-anfrage textarea{
	height: 160px;
	resize: none;
}

/*=======11.Media Queries=======*/

@media screen and (max-width:1199px){
    .infoblock > div > h3 {
        font-size: 3rem;
    }
    .carousel-caption h2 {
        font-size: 4.5rem;
    }
    .carousel-caption p {
        font-size: 1.75rem;
    }
    .navbar-default .navbar-nav > li> a {
        padding: 20px 15px;
        font-size: 1.4rem;
    }
    body {
        padding-top: 205px;
    }
}

@media screen and (max-width:991px){
	
	.navbar-default .navbar-nav > li> a{
		padding: 20px;
		padding-left: 10px;
		padding-right: 10px;
        text-transform: none;
	}
	
	.news > div > div.img-responsive{
		height: 35%;
	}
	
	.news > div > h3{
		font-size: 3rem;
	}
	
	.parallaxcontent{
		width: initial;
	}
    body {
        padding-top: 205px;
    }
    .carousel-caption h2 {
        font-size: 3.5rem;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    
    #CTA {
        position: absolute;
    }
    .model-dialog.cta {
        margin-top: 0px;
    }
	
    .right_footer {
        float: left;
        text-align: left;
    }
    
    body {
        padding-top: 165.42px;
    }
    .head-h5 {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .head-h5-big {
        font-size: 1.75rem !important;
        font-weight: 300;
    }
	#navbar{
		width: 100vw;
		margin-left: 0px;
	}
	
	.navbar-default .navbar-nav > li > a{
		text-align:center;
		border-left-width: 0px;
        font-size: 1.7rem;
        border-right: none !important;
        text-transform: uppercase;
	}
	
	.navbar-nav > li > .dropdown-menu > li{
		width: 100%;
		text-align: center;
		padding: 0px;

	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		transition: all ease-in-out 0.2s;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		background-color: #fff;
		color: #777777;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
		background-color: #777777;
		color: #fff;
	}
    
    #header-wrapper > .container-fluid > .container > .row > .col-md-6:last-child {
        display: none;
    }
    
    .logo-header {
        width: 270px;
    }
	
	.news > div{
		height: 400px;
	}
	
	.news > div > h3::before{
		width: 50%;
		height: 95%;
	}
	
	h2.parallax_ueberschrift{
		font-size: 3.5rem;
	}
	
	footer > .copyright > .container > .row > div:first-child{
		text-align: center;
	}
	
	footer > .copyright > .container > .row > div:last-child{
		margin-top: 10px;
		text-align: center;
	}
    .carousel-caption{
        background-image: linear-gradient( rgba(0,0,0,0) 20%, rgba(0,0,0,0.65) 60%);
    }
	.carousel-inner{
		height: 400px;
	}
    .carousel-control {
        display: none;
    }
    .carousel-caption h2 {
        font-size: 3rem;
        margin-top: 120px;
    }
    .carousel-caption p {
        font-size: 1.5rem;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 500px) {
	
	
	.navbar-default .navbar-toggle{
		margin-right: 30px;
	}
	
	.news > div > h3{
		font-size: 2.5rem;
	}

	
}/*
@media only screen and (max-width : 419px) {
    body {
        padding-top: 194px;
    }
}*/

/* Banner */
.banner-background {
	height: 400px;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-size: auto 400px;
	
}

.banner-content {
	color: #fff;
	position: relative;
    padding: 30px 0;
    margin-top: 80px;
	text-align: center;
}

.banner-content p {
	margin-top: 15px;
    color: #fff;
    font-size: 2.5rem;
}

.banner-content h2 {
	font-size: 5.5rem;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.icon-small {
	width: 2rem;
}

.icon-medium {
	width: 5rem;
}

ul.socialbuttons {
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
}

ul.socialbuttons li {
	display: inline-block;
	margin-right:3rem;
}

ul.socialbuttons li.last {
	margin-right:0;
}