
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
	scroll-behavior: smooth;	
}
html, body {
   min-height:100%;
   position: relative;
}
body {
	font: 115%/1.4 'Open Sans', sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #2D2D2E;
}
.contentbox div.ccm-block-edit {
	max-width: 1280px;
	margin: 0 auto;
}
.contentbox p {
	hyphens: auto;
	margin-bottom: 20px;	  
}
.container h1, .container h2, .container h3, .container h6  {
	font-family: 'CarbonOTBold';
	text-transform: uppercase;	
	font-weight: 700;	
}
.titelbox h1, .titelbox h2, .titelbox h3, .titelbox h4, .titelbox h5, .titelbox h6 {
	font-size: 180%;
	text-align: center;	
	color: #FFF;
	background-color: #0066b2;
	padding: 10px;		
}
.contentbox h1 {
	font-size: 180%;
	text-align: center;	
	color: #FFF;
	background-color: #0066b2;
	padding: 5px 10px;	
	margin-bottom: 30px;	
}
.contentbox .blau h1 {
	color: #0066b2;
	background-color: #FFF;	
}
.contentbox h2 {
	font-size: 140%;
	line-height: 1.2;	
	text-align: center;	
	color: #FFF;
	background-color: #0066b2;
	padding: 3px 10px;	
	margin-bottom: 25px;	
}
.contentbox .blau h2 {
	color: #0066b2;
	background-color: #FFF;	
}
.contentbox h3 {
	color: #0066b2;
	font-size: 140%;
	line-height: 1.2;
	text-align: center;	
	margin-bottom: 20px;
	font-weight: 700;
}
.contentbox .blau h3 {
	color: #FFF;
}
.contentbox h4 {
	font-size: 120%;	
	margin-bottom: 20px;
	font-weight: 500;
}
.contentbox h5 {
	color: #0066b2;	
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: 500;
}
.contentbox h6 {
	font-size: 180%;
	text-align: center;	
	color: #0066b2;
	margin-bottom: 20px;	
}
.contentbox .blau h6 {
	color: #FFF;
}
.contentbox p + h4, .contentbox ul + h4, .contentbox p + h5, .contentbox ul + h5 {
	padding-top: 5px;
}
.contentbox p + ul {
	margin-top: -20px;
}
.blau .contentbox h5 {
	color: #FFF;	
}
.container p + h1, .container p + h2 {
	margin-top: 40px;
}
a img { 
	border: none;
}
.contentbox a {
	color: #0066b2;
	text-decoration: none;
}
.contentbox a:hover, .contentbox a:active, .contentox a:focus { 
	text-decoration: underline;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus { 
	color: #7fb2d8;
	text-decoration: none;
}
.blau a {
	color: #bfd9ec;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;		
}
.contentbox img {
	display: block;
	margin: 0 auto 20px;	
}
.contentbox img.img-responsive {
	display: block;
	margin: 0 auto 20px;
}
.contentbox p img {
	margin-bottom: 0;	
}
.contentbox ul {
	margin-bottom: 20px;
}
.contentbox ul li {
	margin-left: 18px;
}
.contentbox ol {
	list-style: none;
}
.contentbox ol li {
	position: relative;
	padding: 16px 0 16px 40px;
	border-top: #2D2D2E 1px solid;
}
.ccm-layout-column-wrapper .ccm-layout-column:last-of-type ol li:last-of-type {
	border-bottom: #2D2D2E 1px solid;
}
.contentbox ol li::before {
  	position: absolute;
 	 top: 20px;
  	left: 10px;
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/pfeil.svg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 20px; 
    height: 20px;
    
}
.contentbox .blau ol li {
	border-top: #FFF 1px solid;
}
.blau .ccm-layout-column-wrapper .ccm-layout-column:last-of-type ol li:last-of-type {
	border-bottom: #FFF 1px solid;
}
.contentbox .blau ol li::before {	
    background-image: url(/application/themes/fuhrimann/img/pfeil_weiss.svg);    
}
.container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.header {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 100;
}
.headerbox {
    display: flex; 
	justify-content: space-between;	
	margin: 0 auto;
	width: 90%;
}
.header .logo {
	display: none;
}
.sliderbox {
	min-height: 160px;
}
.contentbox {
	padding-top: 35px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #FFF;
}
.schmal {
	margin: 0 auto;
	padding: 0 5%;
}
.mittel {
	margin: 0 auto;
	padding: 0 5%;	
}
.ccm-layout-column-inner .mittel {
	padding: 0;
}
.ccm-layout-column .mittel {
	max-width: none;
}
.blau {
	background-color: #0066b2;
	color: #FFF;
	padding: 40px 0 20px;
}
.weiss {
	padding: 20px 0;
}
.blau + .weiss {
	padding: 40px 0 20px;
}
/* ~~ Spalten ~~ */
.ccm-layout-column-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 auto;
}
/* ~~ Footer ~~ */
.footer {
	padding: 35px 0 20px; 
	background: #2D2D2E;
	color: #FFF; 
}
.footer .flex {
    display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.footer p {
	margin-bottom: 15px;
}
/* ~~ Topnavigation ~~ */
.navi {
	font-size: 120%;
}
/* ~~ Social Links ~~ */
.ccm-block-social-links {
	font-size: 160%;
}
/* ~~ Freie Stelle ~~ */
.stelle {
	padding: 20px 20px 5px;
	margin-bottom: 20px;
}
.stelle h1, .stelle h2 {
	padding: 0;
}
.stelle p {
	font-size: 120%;
	font-weight: 500;
}
.blau .stelle {
	background: #FFF;
	color: #0066b2;
}
.blau .stelle h3 {
	color: #0066b2;
}
.blau .stelle p a {
	background: #0066b2;
	color: #FFF;
	padding: 10px 20px;
	line-height: 3.0;
	border-radius: 20px;
	text-decoration: none;
}
.blau .stelle p a:hover {
	background: #000;
	color: #FFF;
}
/* ~~ Formidable ~~ */
::-webkit-input-placeholder {
  font-style: normal !important;
}
::-moz-placeholder {
  font-style: normal !important;
}
::placeholder {
  font-style: normal !important;
}
.formidable {
	width: 90%;
	display: block;
	overflow: hidden;
	margin: 0 auto 30px;
}
.formidable .schmal {
	max-width: 800px;
}
.formidable .col-sm-6  {
	padding-bottom: 30px;;	
}
.formidable .flex {
	display: flex;
}
.formidable .form-group {
	margin-bottom: 15px;
}
.formidable label {
	font-weight: 700;
}
.formidable label.form-check-label {
	font-weight: 400;
}
.formidable .form-control {	
	width: 100%;
	padding: 5px 10px !important;
	margin: 5px 0;
	font: 100%/1.4 'Open Sans', sans-serif;
	color: #2D2D2E;	
	border: #0066b2 1px solid !important;
}
.formidable .form-control.is-invalid {
	border: #F00 1px solid !important;
}
.formidable .form-control:focus {
	outline: none;
	background-color: #bfd9ec;
}
.formidable .custom-radio, .formidable .custom-checkbox {
	display: flex;
	margin: 5px 30px 0 0;
}
.formidable .custom-radio input, .formidable .custom-checkbox input  {
	appearance: none;
   	width: 25px; 
   	height: 25px; 
	border-radius: 50px;
	border: #0066b2 1px solid !important;	
	margin-right: 5px;
}
.formidable .custom-radio input:checked, .formidable .custom-checkbox input:checked {
	background-color: #bfd9ec;
   	background-image: url(img/haekchen.svg);
	background-size:cover;	
}
.formidale .form-check-label {
	margin-top: -5px;
}
.formidable .formidable-dropzone .dropzone-box {
  border: 2px dashed #0066b2 !important;
	margin-top: 5px;
}
.formidable textarea.form-control {
	height: 160px;
}
.formidable .required {
    font-size: 100% !important;
	color: #2D2D2E !important;
}
.formidable .btn {
	font: 120%/1.4 'CarbonOTBold', sans-serif;
    background-color: #0066b2;
    color: #FFF;
	padding: 5px 10px;
    border: none;	
	text-transform: uppercase;
	cursor: pointer;
}
.blau .formidable .btn {
    background-color: #FFF;
    color: #0066b2;
}
.formidable .btn:hover {
    background-color: #2D2D2E;
	   color: #FFF;
}
.formidable .invalid-feedback {
    color: #F00 !important;
	font-size: 80%;
}
.formidable .form-control.error, .formidable  .datepicker.error, .formidable .captcha_input.error .ccm-input-captcha {
    background-color: #F79395;
	border: none;
}
.formidable_message.hide {
	display: none;
}
div.alert-success {
    color: #030;
	font-size: 120%;
	margin: 0 !important;
}
div.alert-success p {
    margin: 10px 0;
}
.middle {
	margin-bottom: 20px;
}
.middle .form-check {
	margin-top: 50px;
}
.img_sonnenstore::before {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/form_sonnenstoren.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 100px; 
    height: 140px;
	margin-right: 20px;
	
}
.img_lamellenstore::before {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/form_lamellenstore.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 100px; 
    height: 140px;
	margin-right: 20px;
	
}
.img_rollladen::before {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/form_rollladen.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 100px; 
    height: 140px;
	margin-right: 20px;
	
}
.img_senkrechtstore::before {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/form_senkrechtstore.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 100px; 
    height: 140px;
	margin-right: 20px;
	
}
.img_fensterladen::before {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/form_fensterladen.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 100px; 
    height: 140px;
	margin-right: 20px;
	
}
.img_innenbeschattung::before {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/form_innenbeschattung.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 100px; 
    height: 140px;
	margin-right: 20px;
	
}
.img_sitzplatz::before {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/form_sitzplatz.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 100px; 
    height: 140px;
	margin-right: 20px;
	
}
.img_gurte::before {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/form_gurte.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 100px; 
    height: 140px;
	margin-right: 20px;
	
}
.img_kurbel::before {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/form_kurbel.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 100px; 
    height: 140px;
	margin-right: 20px;
	
}
.img_anderes::before {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/form_anderes.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    width: 100px; 
    height: 140px;
	margin-right: 20px;
	
}
.clear {
	clear: both;
}
/* Slider */
.ccm-image-slider {
	position: relative;
	overflow: hidden;
	height: 60vh;			
}
.ccm-image-slider-inner li {
	height: 60vh;	
	overflow: hidden;
	margin-left: 0;
}
.ccm-image-slider.hoch {
	height: 100vh;			
}
.ccm-image-slider.hoch.hoch .ccm-image-slider-inner li {
	height: 100vh;	
	overflow: hidden;
	margin-left: 0;
}
.ccm-image-slider-inner li img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    width: 100%;
	max-width: none;	
    height: 100%;	
}
.ccm-image-slider-text {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;	
}
.ccm-image-slider-text h2.ccm-image-slider-title {
	width: 90%;
	max-width: 1280px;
	padding: 0;
	background: none;
	margin: 0 auto 30px;
	font-size: 250%;
	text-shadow: 0 0 10px #2D2D2E;
	color: #FFF;
}
.ccm-image-slider-text p {
	display: none;
}
ul.rslides_tabs {
	position: relative;
	text-align: center;
	padding: 0 !important;
	margin-top: -40px;
	z-index: 99;
}
.ccm-image-slider-inner .rslides_tabs li {
    margin-right: 3px !important;
    margin-left: 3px;
	height: auto;
}
.rslides_tabs li a {
  background: #FFF !important;
}
.rslides_tabs li.rslides_here a {
  background: #7fb2d8 !important;
}
.rslides_nav {
	display: none;
}
/* Flexbox */
.flexbox {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -10px;
}
.flexbox.team { 
	padding: 10px;
	justify-content: center;
	margin: 0 auto 25px;
}
.flexbox.team .item {
   opacity: 0;
} 
.ccm-edit-mode .flexbox.team { 
	display: block;
}
.flexbox.partner {
	align-items: center; 
	justify-content: center;
}
.flexbox.doppel {	
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
.flexbox .item {
    width: 100%;	
	max-width: 400px;	
    display: block;
}
.flexbox.doppel .item {	
	max-width: none;			
}
.flexbox.partner .item {
	display: table;
    width: 50%;	
	max-width: 250px;
	padding: 0 30px;		
}
/* Team */
.team .item {
	border: #FFF 10px solid;	
	padding: 10px 20px;
	text-align: center;
	max-width: 350px;
}
.team .bild img {
	margin-bottom: 10px;
	border-radius: 50%;
}
.team .name {
	font-family: 'CarbonOTBold';
	font-size: 110%;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 auto 10px;
	padding: 5px 10px;	
	background: #0066b2;
	color:#FFF;
	transform: skewX(-10deg);
	text-align: center;
}
.team .name span {
	display: block;
	transform: skewX(10deg);
}
.team .desc {
	text-align: center;
}
.team .desc p {
	margin-bottom: 5px;;
}
/* Partner */
.partnerblock {
	padding: 40px 0;
}
.partnerblock .titel {
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 20px;	
	text-align: center;
}
.partnerblock .logo {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-pages {
    display: flex;
    flex-wrap: wrap;
  	justify-content: center;
	column-gap: 30px;
	width: 90%;
	margin: 0 auto 30px;
}
.ccm-block-page-list-page-entry-horizontal {
	position: relative;
    display: block !important; 
    width: 100% !important;
	overflow: hidden;
	padding: 10px;
}
.ccm-block-page-list-page-entry-horizontal a {
	text-decoration: none;	
}
.ccm-block-page-list-page-entry-horizontal a:hover, .ccm-block-page-list-page-entry-horizontal a:active {
	text-decoration: underline;
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
	display: block !important;
    width: 100% !important;	
	aspect-ratio: 5 / 3;
}
div.ccm-block-page-list-page-entry-horizontal a div.ccm-block-page-list-page-entry-thumbnail img {
	width: 100%;
    height: 100%;
    object-fit: cover;	
	transition-duration: .5s;	
}
.ccm-block-page-list-page-entry-horizontal a:hover div.ccm-block-page-list-page-entry-thumbnail img,
.ccm-block-page-list-page-entry-horizontal a:active div.ccm-block-page-list-page-entry-thumbnail img {
	transform: scale(1.05);
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
	position: relative;
	display: flex !important;
	padding: 30px 0 0 !important;
}
div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
	font-size: 110%;
	font-weight: 400 !important;
	display: flex;
	justify-content: center;
}
div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title::after {
	content:"";		
    background-image: url(/application/themes/fuhrimann/img/pfeil.svg);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    width: 25px; 
    height: 25px;
    margin-left: 20px;
}
div.ccm-block-page-list-page-entry-grid-thumbnail-title:hover {
	font-size: 120%;
}
/* ~~ Aufzählung ~~ */
.aufzaehlung {
	display: block;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 35px;
}
/* ~~ Insta ~~ */
#eapps-instagram-feed-1 {
	width: 90% !important;
	margin: 0 auto 30px;
}
@media (min-width: 600px) { 
.headerbox {
	max-width: 90%;
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-pages {
	width: calc(90% + 40px);
}	
.ccm-block-page-list-page-entry-horizontal {
    width: calc(50% - 30px) !important;
}
/* ~~ Aufzählung ~~ */
.aufzaehlung {
	display: table;
}
.aufzaehlung .item {
	display: table-row;
}
.aufzaehlung .item .titel {
	display: table-cell;
	vertical-align: middle;
	border-bottom: #FFF 15px solid;
	padding-right: 30px;
}
.aufzaehlung .item .titel h3 {
	margin: 0;
}
.aufzaehlung .item .inhalt {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	border-bottom: #FFF 15px solid;	
}
.aufzaehlung .item .inhalt p {
	margin: 10px 0;
}
.aufzaehlung .item .borderbox {
	padding-left: 35px;
	border-left: #0066b2 5px solid;		
}	
}
@media (min-width: 800px) { 
.ccm-layout-column-wrapper .ccm-layout-column ol li:last-of-type {
	border-bottom: #2D2D2E 1px solid;
}	
.blau .ccm-layout-column-wrapper .ccm-layout-column ol li:last-of-type {
	border-bottom: #FFF 1px solid;
}		
/* Formidable */	
.middle {
	width: 50%;
	float: left;
}	
/* Flexbox */
.flexbox.doppel .item {
    width: 50%;	 	
}
.flexbox.doppel .item {
    padding-right: 30px;	 	
}
.flexbox.doppel .item.last {
    padding-right: 10px;
	padding-left: 30px;			 	
}
.flexbox.partner .item {
    width: 33.333%;			
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-page-entry-horizontal {
    width: calc(33.333% - 30px) !important;
}
}
@media (min-width: 880px) {
.schmal {
	padding: 0;
	max-width: 800px;	
}
}
@media (min-width: 1024px) {
.header .navi {
	padding-top: 25px;
}
.breit {
	margin: 0 auto;
	max-width: 90%;
}	
/* Formidable */
.formidable .breit  {
	max-width: none;
}	
.formidable .row  {
	display: flex;
	justify-content: space-between;
}
.formidable .col-sm-6:first-of-type  {
	width: 55%;	
}
.formidable .col-sm-6:last-of-type  {
	width: 40%;	
}	
.formidable .col-sm-12  {
	width: 100%;	
}
.middle {
	width: 100%;
	float: none;
}	
/* Flexbox */
.flexbox.partner .item {
    width: 25%;			
}
/* Slider */
.ccm-image-slider-text p {
	display: block;
	width: 90%;
	max-width: 1280px;	
	color: #FFF;
	font-size: 120%;
	font-weight: 500;
	margin: 0 auto 30px;
	text-shadow: 0 0 5px #2D2D2E;	
}
}
@media (min-width: 1200px) { 
/* ~~ Spalten ~~ */
.ccm-layout-column-wrapper {
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
.schmal .ccm-layout-column-wrapper {
	gap: 40px;
	margin: 0 -40px;
}
.mittel .ccm-layout-column-wrapper {
	gap: 60px;
	margin: 0 -60px;
}
.breit .ccm-layout-column-wrapper {
	gap: 80px;
	margin: 0 -80px;
}	
.teambox {
	float: left;
	width: 450px;
	height: 260px;	
}
.bildbox {
	float: left;
	width: 200px;
	height: 235px;
	overflow: hidden;
}
.bildbox img{
	width: 180px;
	height: auto;
}
.textbox {
	float: right;
	width: 210px;
	margin-right: 40px;
}
/* Flexbox */
.flexbox.partner .item {
    width: 20%;			
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-page-entry-horizontal {
    width: calc(25% - 30px) !important;
}
}
@media only screen and (min-width: 1280px)  { 
.header .logo {
	display: block;
	position: relative;
	overflow: hidden;
	width: 60%;	
	width: 250px;
	padding: 25px 0;
}
.header .logo img {
	width: 100%;
	height: auto;
}	
/* ~~ Topnavigation ~~ */
.navi {
	font-size: 120%;
}	
}
@media only screen and (min-width: 1422px)  { 
.mittel {
	padding: 0;
	max-width: 1280px;
}
/* Formidable */	
.middle {
	width: 50%;
	float: left;
}
}
@media only screen and (max-width: 1199px)  { 
.ccm-layout-column {
	width: 100% !important;
	float: none !important;
}
.ccm-layout-column-inner {
	margin: 0 !important;
	}	
}