@charset "utf-8";
/*********
GRID
**********/
.grid-2 {
	float: left;
}

@media only screen and (max-width: 879px) and (min-width: 600px) {
.grid-1, .grid-2 {
    width: 100%;
	margin-right:0px;
}
}

@media 
only screen and (min-width : 880px) and (max-width : 1150px) {
	header .grid-2 {
		width: 55%;
		margin-right: 5%;
	}
	
	header .grid-1 {
		width: 40%;
	}
}
@media 
only screen and (min-width : 220px) and (max-width : 879px) {
	header .grid-2 {
		width: 100%;
		margin-right: 0%;
	}
	
	header .grid-1 {
		width: 100%;
	}
}
/*********
Allgemein
*********/
* {
	/*font-family: 'Roboto', sans-serif;
	
	font-weight: 400;*/
	
	font-family: 'VistaSansLight', Helvetica, Arial, sans-serif;
}

html {
	height: 100%;
}

a:link,
a:visited,
a:hover,
a:active {
	outline: 0;
}

.content-block-center {
	width: 100%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

section {
	padding-top: 80px;
	padding-bottom: 0px;
}

section#inline {
	padding-top: 0;
}

section.bg.blue {
	background: #005984;
}

header section {
	padding-top: 20px;
	padding-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

header section.bg {
	padding-bottom: 20px;
	padding-top: 20px;
}

.bildbereich {
	position: relative;
}
.chefzitat {
	/*position: relative;*/
}
.chefzitat .zitatcontainer {
	display: inline;
    color: #000;
    padding: 0px;
    position: absolute;
    right: -60px;
    top: 40px;
}

.chefzitat .zitatcontainer p {
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2 {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'VistaSansBold', Helvetica, Arial, sans-serif;
	/*font-weight: 600;*/
	color: #005984;
	line-height: 3rem;
}

h1 {
	text-transform: uppercase;
	font-size: 2.75rem;
}

h2 {
	font-size: 2.5rem;
}

h2:first-child {
	margin-top: 0;
}

h3,
p.big {
	font-size: 1.5rem;
	margin-bottom: 0;
}

p.big {
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 1.75rem;
}

p.small {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.beratung h2 {
	text-transform: uppercase;
}

p.lead {
	font-size: 1.2rem;
	line-height: 1.7rem;
}

p {
	font-size: 1rem;
	line-height: 1.5rem;
}

p.eyecatchertext {
	/*font-family: 'Oswald', sans-serif;
	font-weight: 400;*/
	font-family: 'VistaSansBold', Helvetica, Arial, sans-serif;
	color: #005984;
	font-size: 1.6rem;
	line-height: 1.8rem;
	margin-top: 0;
}

.bg.blue p {
	color: #fff;	
}

.bg.blue.mitglieder p {
	font-style: italic;
	line-height: 1.25rem;
}

.mitglieder img {
	height: 85px;
	display: block;
}

.kontakt img.logo {
	width: 300px;
}

strong {
	font-weight: 700;
}

p.btn {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 20px;
	display: flex;
    align-self: stretch;
}

p.btn a {
	display: block;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	text-decoration: none;
	font-weight: 700;
	border-radius: 12px;
	text-align: center;
	line-height: 1.25rem;
	display: flex;
    align-items: center;
}

p.btn.yellow a {
	background: #f5b80c;
	color: #000;
}

p.btn.video a {
	background: #fff;
	color: #000;
	border: 1px solid #f5b80c;
}

p.btn.video a::before {
	content: url(../img/gratis-beratung-in-chur/playbutton.png);
	padding-right: 10px;
}

p.btn.red a {
	background: #ff5b62;
	color: #fff;
}

.kontakt .btn {
	display: inline-block;
}

header {
	background-image: url(../img/gratis-beratung-in-chur/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
}

.flexcontainer {
	display: flex;
    align-items: center;
}

header .flexcontainer {
	margin-bottom: 40px;
}

img.full {
	width: 100%;
}

img.bottom {
	
}



.bottombild {
	display: flex;
	align-items: flex-end;
}


/*ul.contentlist {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.contentlist li {
	list-style: ;
}*/

ul.mitglieder li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	float: left;
	margin-right: 20px;
}

ul.list,
ul.mitglieder {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.mitglieder {
	display: flex;
    align-items: center;
}

ul.list li {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
	/*float: left;
	margin-right: 20px;*/
}

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

ul.list li a {
	display: block;
	text-decoration: none;
}

.list.drei-spalten li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	float: left;
}

ul.contentlist li {
	line-height: 1.5rem;
}

ul.eyecatcherlist,
ul.beratungslist {
	margin-bottom: 40px;
}

ul.flexlist li {
	list-style-type: none;
	padding-left: 0px;
	font-size: 1.5rem;
	list-style-position: inside;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

ul.flexlist li:last-child {
	margin-bottom: 0px;
}

ul.eyecatcherlist li::before {
	content: url(../img/gratis-beratung-in-chur/icon-eyecatcherlist.png);
	padding-right: 10px;
}

ul.beratungslist li::before {
	content: url(../img/gratis-beratung-in-chur/icon-beratunglist.png);
	padding-right: 10px;
}

ul.contentlist li::before {
	content: '-';
	padding-right: 10px;
}

ul.drei-spalten.zitatlist li {
	width: calc(31% - 45px);
	padding-left: 45px;
}

ul.drei-spalten.zitatlist li:nth-child(3n) {
	margin-right: 0;
}

ul.zitatlist li::before {
	content: url(../img/gratis-beratung-in-chur/icon-zitatlist.png);
	padding-right: 5px;
	margin-left: -45px;
	float: left;
}

ul.zitatlist li p {
	margin-top: 0;
	margin-bottom: 0px;
}

.beratung {
	padding-bottom: 110px;
}

.testimonials,
.kontakt {
	margin-top: 80px;
}

.kontakt {
	text-align: center;
}
.kontakt img {
	margin-bottom: 20px;
}

form label {
	font-size: 0.8rem;
	display: block;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background: #f5b80c;
	padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    font-family: 'VistaSansBold';
    border-radius: 8px;
    text-align: center;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
	border: 0px;
	margin-top: 20px;
	    font-size: 1.15rem;
	text-transform: uppercase;
		color: #005A85;
}
html input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
}
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		padding-left: 20px;
		padding-right: 20px;
	}
}

input {
	font-size: 0.8rem;
	padding: 10px;
	width: calc(100% - 20px - 3%);
}

input.pflicht {
	border: 1px solid #000;
	border-right: 3px solid #f5b80c;
}

input[type="checkbox"],
input[type="submit"] {
	width: auto !important;
}

input[type="submit"] {
	font-size: 1rem;
}

.checkboxtext {
	font-size: 1rem;
}

p.error,
div.validationerror {
	color: #f5b80c;
	font-weight: 700;
}

p.error label {
	color: #000;
}

@media 
only screen and (min-width : 600px) and (max-width : 1150px) {
	.content-block-center {
		margin-left: 90px;
		margin-right: 90px;
		width: auto;
	}
}
@media 
only screen and (min-width : 220px) and (max-width : 599px) {
	.content-block-center {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
	}
}


@media 
only screen and (min-width : 880px) and (max-width : 1095px) {
	h1 {
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	p.lead {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	p.small {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	ul.drei-spalten.zitatlist li,
	ul.drei-spalten.zitatlist li:nth-child(3n) {
	width: calc(48.25% - 45px);
		margin-right: 3.5%;
	}
	ul.drei-spalten.zitatlist li:nth-child(2n) {
		margin-right: 0;
	}
}
@media 
only screen and (min-width : 220px) and (max-width : 879px) {
	p.btn a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobile-off {
	display: none;	
	}
	header img.full {
		width: 50%;
		
	}
	header .bottom {
		justify-content: flex-end;
	}
	h1	{
		font-size: 1.75rem;
		line-height: 2.25rem;
	}
	
	p.lead {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	p.small {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	ul.drei-spalten.zitatlist li,
	ul.drei-spalten.zitatlist li:nth-child(3n) {
	width: calc(100% - 45px);
		margin-right: 0%;
	}
	ul.drei-spalten.zitatlist li:nth-child(2n) {
		margin-right: 0;
	}
	img.abstand {
		margin-top: 40px;
	}
}

@media 
only screen and (min-width : 220px) and (max-width : 480px) {
	section.popup {
		padding-top: 20px;
	}
	.popup h2 {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
	.popup p {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	
	.popup p.small {
		line-height: 1rem;
	}
	.popup p.small i {
		font-size: 0.75rem;
	}
	.popup input[type="submit"] {
    	font-size: 0.8rem;
	}
	.popup input[type="submit"] {
    padding-left: 10px;
    padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
		
	}
	
	.popup .subbutton {
		margin-top: 0;
	}
}