@charset "utf-8";
html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}
body {
	font: 100%/1.4 'Open Sans', sans-serif;
	background-color: rgb(0,79,159);
	color: #000;
	width: 100%;
	height: 100%;	
}
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
	border: 0;
}

/* ~~ Element-/Tag-Selektoren ~~ */
.wrapper h1 {
	font-family: 'Playfair Display', serif;
	font-size: 160%;	
	font-weight: 500;
	margin-bottom: 20px;
}
.inhalt h1, .inhalt h2, .inhalt h3 {
	color: rgb(235,33,37);
}
.hellblaubox {
	color: rgb(0,79,159);
}
.titlebox h1, .titlebox h2 {
	color: rgb(255,255,255);
	padding: 10px;
	margin-bottom: 35px;
}
.contentbox .page-title {
	text-align: center;
}
.wrapper h2, .footer h2 {
	font-family: 'Playfair Display', serif;
	font-size: 130%;
	font-weight: 500;	
	margin-bottom: 15px;
}
.wrapper h3, .wrapper h4, .wrapper h5 {
	font-family: 'Playfair Display', serif;
	font-size: 130%;	
	font-weight: 500;	
	margin-bottom: 15px;
}
.wrapper p {
	margin-bottom: 25px;	 
}
.wrapper p img {
	margin-bottom: 0;	 
}
.inhalt ul, .inhalt ol {
	margin-bottom: 25px;	 
}
.inhalt li {
	margin: 0 0 5px 18px;	 
}
.inhalt ol li   {
	list-style: disc; 
}
.inhalt ol li li, .inhalt ul li li   {
	list-style: circle;
}
.inhalt ul ul, .inhalt ol ol {
	margin-top: 5px;
	margin-bottom: 0;
}
.inhalt p+ol {
	margin-top: -15px;
}
img { 
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.container img { 
	margin-bottom: 20px;
}
a img { 
	border: none;
}
.contentbox a {
	color: rgb(0,79,159);
	text-decoration: underline;
	outline: 0;		
}
.contentbox a:hover, .contentbox a:active, .contentbox a:focus { 
	color: rgb(235,33,37);
}
.footer a {
	color: rgb(255,255,255);	
}
.footer a:hover, .footer a:active, .footer a:focus { 
	color: #bde4f7;
}

/* ~~ Layout ~~ */
.desktop {
	display: none;
}
.wrapper {
	position: relative;
	display: block;	
	overflow: hidden;
	height: auto;
}
.wrapper .header {
	background-color: rgb(0,79,159);
	position: fixed;
	top: 0;
	padding: 15px 20px;
	display: block;
	width: 100%;	
	height: 70px;
	z-index: 90;		
}
.wrapper .table {
	display: block;			
}
.wrapper .logo {
	position: relative;
	display: block;
	float: left;	
	width: 200px;
	height: 41px;	
	transition: 0.1s;
}
.wrapper .logo .landmaschinen {
	background-image: url(img/ursschmid_schriftzug.png);
	background-size: contain;
	background-repeat: no-repeat;	

}
.wrapper .logo .kommunaltechnik {
	background-image: url(img/ursschmid_schriftzug.png);
	background-size: contain;
	background-repeat: no-repeat;	
}
.wrapper .logo .hydraulikservice {
	background-image: url(img/ursschmid_schriftzug.png);		
	background-size: contain;
	background-repeat: no-repeat;	
}
.wrapper .logo .spezialbauten {
	background-image: url(img/ursschmid_schriftzug.png);	
	background-size: contain;
	background-repeat: no-repeat;	
}
.wrapper .logo img {
	width: 200px;
	height: 59px;		
}
.wrapper .navigation {
	float: right;
	text-align: right;
	transition: 0.1s;
}
.wrapper .dividerbox {
	position: fixed;
	top: 20px;
	z-index: 50;
	width: 100%;	
	height: 60px;
}
.wrapper .dividerblock {
	position: absolute;
	left: 108px;
	bottom: 0;
	overflow: visible;
}
.ccm-toolbar-visible .wrapper .dividerblock {
	display : none;
}
.divider {
	width: 24px;
	height: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	background-color: rgb(0,79,159);
	margin: -12px auto 0;
}
.wrapper .contentbox {
	background-color: rgb(255,255,255);
	position: relative;
	padding-top: 70px;
	overflow: hidden;	
}
.container {
	width: calc(100% - 40px);
	margin: 0 auto; 
	padding-bottom: 20px;
}
.divbox {
	position: relative;	
	height: 40px;	
	overflow: hidden;
}
.divblock {
	position: absolute;
	width: 100%;
	overflow: visible;
	text-align: center;
}
.weiss {
	position: relative;		
	background: rgb(255,255,255);	
}
.hellblau {
	background: rgb(189,228,247);
}
.hellblaubox {
	background-color: #bde4f7;
	padding: 60px 10px 30px;
	margin-top: -40px;
}
.normalbox {
	max-width: 1800px;
	margin: 0 auto;
}
.container.schmal, .normalbox.schmal {
	position: relative;		
	max-width: 1024px;
}
.container.exklusiv, .container.breit {
	max-width: 1260px;
}
.exklusivbox {
	width: 100%;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	overflow: auto;	
	margin: 0 -10px;	
}
.exklusivbox img {
	max-width: none;	
	height: 60px;
	width: auto;
	padding: 0 10px;
}
.footer {
	padding: 20px 0;
	color: rgb(255,255,255);
	background-color: rgb(0,79,159);	
}
.footer .container {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 1260px;	
}
.footer .container .footerbox {
    width: 100%;
	margin-bottom: 25px;
}
/* ~~ Mega Menu ~~ */
.blank {
	font: 14px/1.0 'Open Sans', sans-serif !important;
}
.jbmm.blank {
	float: right;
}
.blank ul.mega-menuh {
    width: auto !important;
    height: auto !important;
}
.blank ul.mega-menuh li a {
    font-size: 14px !important;
	background: #FFF;
    text-shadow: none !important;	
}
ul.mega-menuh li a {
    font-size: 14px !important;
}
li.top-level-nav   {
	text-transform: uppercase;
	font-weight: 700;
}
li.top-level-nav li  {
	text-transform: none;
	font-weight: 400;	
}
.blank ul.mega-menuh li a.top-level-nav  {
    padding: 10px !important;
}
.dc-mega-icon {
	display: none !important;
}
.mmtoggle-button {
    top: 20px;
	right: 15px;
}
.mmopen {
    top: 20px;
	right: 25px;
}
.mmtoggle-button span {
    background: #FFF !important;
    border-radius: 0px !important;
}
#mmhamburger ul.mega-menuh {
    margin-top: 50px;
}
/* ~~ Search ~~ */
.telsearch {
	float: none !important;
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #FFF 1px solid;
}
.ccm-search-block-form {
	display: table;
	width: calc(100% - 30px);
	margin: 15px;
}
.btn.btn-default.ccm-search-block-submit {
	display: table-cell;	
    background-color: rgb(255,255,255);
    border: #FFF 1px solid;	
	border-left: none;
	border-radius: 0px !important;
    width: 35px;
    height: 35px;
	padding: 3px;
    background-image: url(/application/themes/ursschmid/img/lupe_blau.png);
    background-size: cover;
    vertical-align: top;
    cursor: pointer;
}
.btn.btn-default.ccm-search-block-submit:hover, .btn.btn-default.ccm-search-block-submit:active, .btn.btn-default.ccm-search-block-submit:focus {
	background-color: rgb(189,228,242) !important;
    background-image: url(/application/themes/ursschmid/img/lupe_blau.png);
	outline: none;	
}
.ccm-search-block-text {
	display: table-cell;
    border: #FFF 1px solid !important;
	border-radius: 0px !important;	
	background-color: transparent;
	font: 100%/1.4 'Open Sans', sans-serif !important;	
	color: #FFF !important;
	padding: 3px 10px;
    height: 35px;
	width: calc(100% - 35px);	
}
.ccm-search-block-text:focus {
	outline: none;
}
.ccm-search-block-text::placeholder {
	color:  rgb(189,228,247);
	opacity: 1;
}
.ccm-search-block-text:-ms-input-placeholder {
	color:  rgb(189,228,247);
}
.ccm-search-block-text::-ms-input-placeholder {
	color:  rgb(189,228,247);
}
.contentbox .ccm-search-block-text {
	display: none;
}
.searchResult span[style] {
   background: none !important;
   color: rgb(235,33,37);
}
/* ~~ Telefon ~~ */
a.telefon {
	display: block;
	font-size: 120%;
	background-color: rgb(0,79,159);
	color: rgb(255,255,255);
	font-weight: 700;
	text-decoration: none;
	padding: 5px 20px;
	transition: 0.5s;	
}
a.telefon:hover, a.telefon:active, a.telefon:focus {
	background-color: rgb(189,228,242);
	color: rgb(0,79,159);	
	transition: 0.5s;	
}
/* ~~ Titlebox ~~ */
.titlebox {
	text-align: center;
	color: rgb(255,255,255);
}
.titlebox .page-title {
	background-color: rgb(235,33,37);
}
/* Headerbild */
.headerbild {
	height: calc(97vh - 186px);
	min-height: 350px;
	overflow: hidden;
}
.headerbild img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    width: 100%;
	max-width: none;	
    height: 100%;	
}
/* Headerslider */
.ccm-image-slider-container, .ccm-image-slider-inner li {
	margin: 0;
	list-style: none;
}
.titlebox .ccm-image-slider-container, .titlebox .ccm-image-slider-inner li {
	height: calc(97vh - 186px);
	min-height: 420px;	
	overflow: hidden;
}
.titlebox .ccm-image-slider-inner li img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    width: 100%;
	max-width: none;	
    height: 100%;
	margin-bottom: 0;	
}
.inhalt .ccm-image-slider-inner li img {
	position: relative;
    object-fit: cover;
    width: 100%;
	max-width: none;	
	aspect-ratio: 3 / 2;
	margin-bottom: 0;	
}
.titlebox .ccm-image-slider-text {
    width: 100% !important;
	text-align: center !important;
	position: absolute;
  	top: 50% !important;
	left: 50%;
  	transform: translate(-50%, -50%);
}
.inhalt .ccm-image-slider-text {
    width: 100% !important;
	text-align: center !important;
	position: relative;
}
.ccm-image-slider-inner li .ccm-image-slider-text img {
    width: auto !important;
	position: relative;
  	top: inherit !important;
	left: inherit;
  	transform: inherit;
}
.inhalt .rslides_nav {
	top: 40% !important;
  	margin-top: 0 !important;
}
.ccm-image-slider-text p {
    position: relative;
	margin: 0;
}
.ccm-image-slider-text img {
	display: block;
    position: inherit;
    top: inherit;
    transform: none;
    width: inherit;
	max-width: 80%;	
    height: auto;
	max-height: 80%;			
	float: none;
	margin: 0 auto;
}
.titlebox .ccm-image-slider-title {
	font-size: 160% !important;
	padding: 20px 60px !important;
	background-image: url(img/banner.png);
	background-size: 100% 100%; 
	display: inline-block;
}
.rslides_tabs {
	position: relative;
    margin-top: -50px;
	z-index: 999;
}
.rslides_tabs li a {
    background: rgb(255,255,255) !important;
}
.rslides_tabs li.rslides_here a {
    background: rgb(189,228,247) !important;	
}
/* Flexbox */
.ccm-edit-mode .fest {
	background: #ffed00;
}
.flexbox {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 1800px;
	margin: -10px auto 0;
}
.flexbox.produkte {
	flex-wrap: nowrap;
	overflow-x: auto;
}
.flexbox.produkte::-webkit-scrollbar { 
	display: none;
}
.inhalt .flexbox.doppel {
	margin: 0 -30px;
}
.flexbox .item {
    width: 100%;		
    display: block; 	
}
.inhalt .flexbox.doppel .item {
	border: none;
	border-left: #FFF 30px solid;
	border-right: #FFF 30px solid;		
}
.flexbox .item {
	border: #FFF 10px solid;	
	text-align: center;
	padding-bottom: 10px;	
}
.hellblaubox .flexbox .item {
	border: #bde4f7 5px solid;	
	background-color: #71a8d4;	
}
.flexbox.produkte .item {	
    width: 200px;		
    display: block;
	background-color: rgb(153,153,153);
	color: rgb(255,255,255);	
}
.flexbox.produkte .item .inner, .flexbox.produkte .item .inner .bild {
    width: 180px; 
}
.hellblaubox .flexbox.produkte .item {
    width: 330px;		
    display: block;
	background-color: #71a8d4;		 	
}
.hellblaubox .flexbox.produkte .item .inner, .hellblaubox .flexbox.produkte .item .inner .bild {
    width: 320px; 
}
.flexbox.produkte .item:first-child {
    margin-left: -5px;	
}
.bild img {
    margin: 0; 
}
.flexbox.team .item {
	background-color: #71a8d4;
	color: rgb(0,79,159);		
}
.flexbox .item:hover {
	background-color: rgb(255,255,255);
	color: rgb(0,79,159);	
}
.flexbox.produkte .item:hover {
	background-color: rgb(0,79,159);
	color: rgb(255,255,255);	
}
.hellblaubox .flexbox.produkte .item:hover {
	background-color: rgb(255,255,255);
	color: rgb(0,79,159);	
}
.hellblaubox .flexbox .item:hover h2 {
	color: #71a8d4;	
}
.flexbox.produkte.team .item:hover, .flexbox .item.flexvideo:hover {
	background-color: #71a8d4;
	color: rgb(0,79,159);		
}
.flexbox .item .inner {
	position: relative;	
}
.flexbox .item h2, .flexbox .item.flexvideo:hover h2 {
	font-size: 120%;
	color: rgb(255,255,255);	
	margin: 0;	
	padding: 10px 15px 5px;
}
.flexbox.produkte .item h2, .flexbox.produkte .item.flexvideo:hover h2 {
	font-size: 100%;	
	padding: 5px 5px 1px;
}
.hellblaubox .flexbox.produkte .item h2, .hellblaubox .flexbox.produkte .item.flexvideo:hover h2 {
	font-size: 120%;	
	padding: 10px 15px 5px;
}
.flexbox.produkte.team .item h2, .flexbox.team .item.flexvideo:hover h2 {
	color: rgb(255,255,255);	
}
.flexbox.doppel .item h2 {
	color: rgb(235,33,37);
	font-size: 130%;
	padding: 0;
	margin-bottom: 15px;		
}
.flexbox .item p {
	margin: 0;	
	padding: 0 15px 5px;
}
.flexbox.doppel .item p {
	margin-bottom: 25px;	
	padding: 0;
}
.flexbox .item .inner a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.flexbox.team .item .inner a {
	position: relative;
	width: inherit;
	height: inherit;
}
.flexbox .item .inner .ytvideo {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.flexbox .item .inner .ytvideo iframe{
	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;	
    width: 100% !important;
	height: 100% !important;
}
.ccm-edit-mode .divider {
	display: none;
}
.ccm-edit-mode .hellblaubox .flexbox .item {
    width: 450px;
	overflow: hidden;
}
.ccm-edit-mode .hellblaubox .flexbox .item .inner .ytvideo {
	padding-top: 0;
	padding-bottom: 0;
    width: 450px !important;
	height: 281px !important;
	overflow: hidden;	
}
.ccm-edit-mode .hellblaubox .flexbox .item .inner .ytvideo iframe{
    width: 450px !important;
	height: 281px !important;
	overflow: hidden;	
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-pages {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 1800px;
	margin: -10px auto 0;
}
.ccm-block-page-list-page-entry-horizontal {
	width: 100%;	
	position: relative;
    display: block !important;
	border: rgba(255,255,255,0.00) 10px solid;
}
.ccm-block-page-list-pages a {
	display: block;
	width: 100%;
	background-color: #71a8d4;
	color: #FFF;	
	text-align: center;
	text-decoration: none;
}
.ccm-block-page-list-pages a:hover, .ccm-block-page-list-pages a:active, .ccm-block-page-list-pages a:focus {
	background-color: rgb(255,255,255);
	color: rgb(0,79,159);	
}
.ccm-block-page-list-page-entry-thumbnail {
	position: relative;
	display: block !important;
	width: 100% !important;
	aspect-ratio: 3 / 2;
	overflow: hidden;		
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;	
	margin-bottom: 0;	
}
.ccm-block-page-list-page-entry-text {
	display: block !important;
	text-align: center;
	padding: 0 !important;
}
.ccm-block-page-list-title {
	display: block !important;
	font-weight: 400 !important;
	padding: 10px;
	font-family: 'Playfair Display', serif;
	font-size: 120%;	
}
/* ~~ Magic Tabs ~~ */
.ccm-ui.jl_magic_tabs_default .nav-tabs {
    border-bottom: none !important;
    padding-left: 0 !important;
    margin-left: -6px !important;
    margin-right: -6px !important;
	padding-bottom: 10px;
    font-family: inherit !important;
    font-size: inherit !important;
    color: #FFF !important;
    box-sizing: border-box;
	font-weight: 700;
}
.ccm-ui {
	font-size: 14px !important;
}
.ccm-ui .nav-tabs .nav-item.show .nav-link, .ccm-ui .nav-tabs .nav-link.active {
  border-color: transparent !important;
}
.container div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li {
	margin: 0;
}
.container div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li > a {
    color: rgb(255,255,255) !important;
    background-color: rgb(153,153,153) !important;	
	text-decoration: none;	
	padding: 5px 10px 0 !important;
	margin: 0 3px;
}
.hellblaubox div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li > a {
    color: #FFF !important;
	background-color: rgb(0,79,159) !important;
	text-transform: uppercase;	
	text-decoration: none;	
	padding: 5px 10px !important;
	margin: 0 3px;
}
.container div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li > a:hover, .container div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li > a:focus {
    color: #FFF !important;
	background-color: rgb(102,102,102) !important;
	text-decoration: none;
}
.hellblaubox div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li > a:hover, .hellblaubox div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li > a:focus {
    color: rgb(0,79,159) !important;
	background-color: rgb(255,255,255) !important;
	text-decoration: none;
}
.container div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li.active > a, .container div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li.active > a:hover, .container div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li.active > a:focus {
    color: #FFF !important;
	background-color: rgb(102,102,102) !important;
}
.hellblaubox div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li.active > a, .hellblaubox div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li.active > a:hover, .hellblaubox div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li.active > a:focus {
    color: rgb(0,79,159) !important;
	background-color: rgb(255,255,255) !important;
}
.jl_magic_tabs_default.jl_magic_tabs ul.nav-tabs.nav {
    justify-content: center;
}
div.ccm-ui.jl_magic_tabs_default ul.nav-tabs > li.active::after {
    display: none;
}
.ccm-ui.jl_magic_tabs_default.jl_magic_tabs_controls.jl_magic_tabs.jl_magic_tabs_accordion > ul.nav-tabs.nav.jl_magic_tabs > li > a::after {
    margin-top: -4px;
}
.ccm-ui .nav-tabs {
  border-color: transparent !important;
}
/* Doppelinhalt */
.flexbox.doppel {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: none;
}
.flexbox.doppel .item {
    width: 100%;
	max-width: none;			
	position: relative;
    display: inline-table; 
	overflow: hidden;
	padding: 0;
	color: #000;
	text-align: inherit;
	vertical-align: middle;
}
/* BILDTEXTBOX */
.btbox {
	display: block;
	position: relative;
	box-sizing: border-box; 
}
.btblock {
    display: block;
	background: #FFF;
	box-sizing: border-box; 	
	margin-bottom: 20px;	
}
.btbild {
	position: relative;
    display: block; 
	box-sizing: border-box; 	
}
.btbild img {
    margin: 0;
	vertical-align: bottom; 	
}
.bttext {
	position: relative;
    display: block; 
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 10px; 
}
/* YouTube Video */
.youtubeBlock {
	margin-bottom: 20px;
}
/* Videogalerie */
.videoblock {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
	max-width: 1800px;
	margin: -20px auto 30px;		
}
.videobox {
    width: 100%;		
	position: relative;
	padding: 10px;
    display: inline-table; 
	overflow: hidden;
}
.video {
	position: relative;
	padding-top: 65%;
	overflow: hidden;
}
.video iframe{
	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;	
    width: 100% !important;
	height: 100% !important;
}
.ytp-gradient-top {
	display: none !important;
	background-color: #FF0;
}
/* ~~ Grand Gallery ~~ */
.gg-container {
	max-width: 1800px;
	margin: 0 auto !important;	
}
.gg-container img {
	margin: 0;	
}
.pswp__caption__center {
    font-size: 100% !important;
}
.gg-photo-swipe-title {
    line-height: 1.6 !important;
}
/* ~~ Formidable ~~ */
::-webkit-input-placeholder {
  	font-style: normal !important;
}

::-moz-placeholder {
  	font-style: normal !important;
}
::placeholder {
  	font-style: normal !important;
}
.formidable {
	padding: 0;
	display: block;
	overflow: hidden;
}
.formidable .row {
    display: flex;
	justify-content: space-between;
}
.formidable .row .col-sm-12, .formidable .row .col-sm-6 {
    width: 100%;
}
.formidable .form-group {
	margin-bottom: 10px;
}
.footer .formidable .form-group {
	margin-bottom: 5px;
}
.formidable .form-control {
	width: 100%;
	padding: 5px !important;
	margin: 0;
	font: 100%/1.4 'Open Sans', sans-serif;
	color: #1a171b;	
	border: #999 1px solid !important;
	border-radius: 0px;
}
.formidable .form-control:focus {
	outline: none;
	background-color: #bde4f7;
}
.footer .formidable .form-control {
	border: none !important;
}
.formidable textarea.form-control {
	height: 120px;
}
.formidable .custom-radio {
	display: inline-block;
	margin-right: 30px;
}
.formidable .form-check-label {
	margin-left: 5px;
}
.formidable .required {
    font-size: 100% !important;
	color: #b1b1b1 !important;
}
.formidable p {
    padding-top: 5px;
}
.formidable .btn {
    background-color: rgb(0,79,159);
    color: #FFF;
	padding: 8px 10px;
	margin: 0 !important;
    border: none;	
	font-size: 100%;
	font-weight: 700; 
	cursor: pointer;
}
.footer .formidable .btn {
    background-color: #FFF;
    color: rgb(0,79,159);
}
.formidable .btn:hover {
    background-color: #bde4f7;
}
.formidable .invalid-feedback {
    color: #F00 !important;
	font-size: 80%;
}
.footer .formidable .invalid-feedback {
    color: rgba(249,189,190,1.00) !important;
}
.formidable .is-invalid {
	background: rgba(249,189,190,1.00);
}
.formidable_message.hide {
	display: none;
}
div.alert-success {
    background: #1fa754;
	color: #FFF;
	font-size: 120%;
	padding: 20px;
}
div.alert-success p {
    margin: 0;
}
/* ~~ Footer ~~ */
.footer h1, .footer h2, .footer p {
	margin-bottom: 10px;	 
}
.footer em {
	font-style: normal;
	display: inline-block;
	width: 75px; 
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@media only screen and (min-width : 500px) {
/* Footer */
.footer .container .footerbox {
    width: 50%;
}
.footer .container .footerbox:last-of-type {
    width: 100%;
}
}
@media only screen and (min-width : 641px) {
.formidable .desktop  {
	display: block;
}
.formidable .mobile  {
	display: none;
}
.formidable .row .col-sm-6 {
	width: 48%;
}
}
@media only screen and (min-width : 800px) {
.wrapper h1 {
	font-size: 210%;
}	
.wrapper h2, .footer h2 {
	font-size: 150%;
}
.wrapper h3 {
	font-size: 130%;
}
/* ~~ Headerslider ~~ */
.titlebox .ccm-image-slider-title {
	font-size: 180% !important;
}
/* ~~ Flexbox ~~ */
.flexbox {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	max-width: 1800px;
	margin: -10px auto 0;
}
.flexbox.produkte {
	justify-content: center;	
    flex-wrap: wrap;
	overflow-x: none;
}
.flexbox.fest {
	justify-content: center;	
}
.hellblaubox .flexbox.produkte {
	justify-content: center;	
}
.hellblaubox .flexbox.produkte .item {
	border: #bde4f7 10px solid;		
    width: 50%;		
}
.flexbox.produkte .item:first-child {
    margin-left: 0;	
}
.hellblaubox .flexbox.produkte .item .inner, .hellblaubox .flexbox.produkte .item .inner .bild {
    width: 100%; 
}
.flexbox .item {
    width: 50%;
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-page-entry-horizontal {
    width: 50%;		
}
/* Doppelinhalt */
.flexbox.doppel .item {
    width: 50%;
}
.flexbox.doppel .item h2 {
	font-size: 150%;		
}
/* Videogalerie */
.videobox {
    width: 50%;		
}
.footer .container .footerbox {
    width: 50%;
}
/* BILDTEXTBOX */
.btblock {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;	
	margin-bottom: 40px;
}
.btblock:nth-child(even) {
  	flex-direction: row-reverse;
}
.btbild {
    width: calc(50% + 30px);
	padding-right: 30px;			
}
.bttext {
    width: calc(50% - 30px);
	padding: 0;
}
.btblock:nth-child(even) .btbild {
	padding-right: 0;
	padding-left: 30px;	
}
}
@media only screen and (min-width : 1200px) {
.wrapper .dividerbox {
	height: 100px;	
}
.divider {
	width: 40px;
	height: 40px;
	margin: -20px auto 0;
}
/* ~~ Layout ~~ */
.wrapper .header {
	position: fixed;
	top: 0;
	padding: 15px 30px 0;
	display: table;
	width: 100%;
	height: 130px;
	z-index: 90;	
	transition: 0.5s;	
}
.wrapper.scrolled .header {
	padding: 15px 30px 0;	
	height: 68px;
	transition: 0.5s;
}
.wrapper .table {
	display: table;	
	width: 100%;		
}
.wrapper .logo {
	position: absolute;
	display: table-cell;	
	width: 300px;
	height: 90px;
}
.wrapper .logo .landmaschinen {
	background-image: url(img/ursschmid_landmaschinen.png);	
	transition: 0.5s;
}
.wrapper .logo .kommunaltechnik {
	background-image: url(img/ursschmid_kommunaltechnik.png);		
	transition: 0.5s;	
}
.wrapper .logo .hydraulikservice {	
	background-image: url(img/ursschmid_hydraulikservice.png);	
	transition: 0.5s;		
}
.wrapper .logo .spezialbauten {	
	background-image: url(img/ursschmid_spezialbauten.png);		
	transition: 0.5s;	
}
.wrapper.scrolled .logo {
	width: 300px;
	height: 63px;	
	transition: 0.5s;
}
.wrapper.scrolled .logo .landmaschinen {
	background-image: url(img/ursschmid_schriftzug.png);	
	transition: 0.5s;
}
.wrapper.scrolled .logo .kommunaltechnik {
	background-image: url(img/ursschmid_schriftzug.png);		
	transition: 0.5s;	
}
.wrapper.scrolled .logo .hydraulikservice {
	background-image: url(img/ursschmid_schriftzug.png);	
	transition: 0.5s;	
}
.wrapper.scrolled .logo .spezialbauten {
	background-image: url(img/ursschmid_schriftzug.png);	
	transition: 0.5s;	
}
.wrapper .logo img {
	width: 300px;
	height: 90px;
	transition: 0.5s;		
}
.wrapper.scrolled .logo img {
	width: 200px;
	height: 41px;
	transition: 0.5s;
}
.wrapper.scrolled .navigation{
	vertical-align: top;
}
.wrapper .dividerbox {
	position: fixed;	
	top: 0;
	z-index: 50;
	width: 100%;	
	height: 145px;
	transition: 0.5s;	
}
.wrapper .dividerblock {
	left: 162px;
}
.wrapper.scrolled .dividerblock {
	left: 108px;
}
.wrapper.scrolled .dividerbox {
	height: 83px;
	transition: 0.5s;
}
.wrapper .navigation .telefon{
	position: relative;
	font-size: 120%;	
	float: right;	
}
.wrapper .contentbox {
	padding-top: 130px;	
	transition: 0.5s;		
}
.wrapper.scrolled .contentbox {
	padding-top: 67px;	
	transition: 0.1s;			
}
.footer .container .footerbox {
    width: 30%;
	padding-right: 30px;
	margin-bottom: 0;
}
.footer .container .footerbox:last-of-type {
    width: 40%;
	padding-right: 0;
}
/* ~~ Backend ~~ */
.ccm-toolbar-visible .wrapper .header {
	position: relative;	
}	
.ccm-toolbar-visible .wrapper .dividerbox {
	position: absolute;	
	height: 197px;	
}
.ccm-toolbar-visible .wrapper.scrolled .dividerbox {
	height: 90px;
}
.ccm-toolbar-visible .wrapper .contentbox {
	padding-top: 0;	
}
.ccm-toolbar-visible .wrapper.scrolled .contentbox {
	padding-top: 0;		
}
/* ~~ Search ~~ */
.telsearch {
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-bottom: none;
}
.ccm-search-block-form {
	display: inline-table;
	width: 400px;
	margin: 0 30px 0 0;
}
.ccm-search-block-text {
	width: calc(200px - 35px);	
	transition: 0.5s;		
}
.ccm-search-block-text:focus {
	width: calc(400px - 35px);	
	transition: 0.5s;		
}

.wrapper.scrolled .telsearch {
	display: none;
	transition: 0.5s;	
}
/* ~~ Telefon ~~ */
a.telefon {
	padding: 8px 10px;
	height: 35px;
}
/* ~~ Headerslider ~~ */
.titlebox .ccm-image-slider-title {
	font-size: 220% !important;
}
/* ~~ Flexbox ~~ */
.hellblaubox .flexbox .item {
    width: 33.333%;
}
.hellblaubox .flexbox.produkte .item {
    width: 33.333%;
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-page-entry-horizontal {
    width: 33.333%;			
}
/* Videogalerie */
.videobox {
    width: 33.333%;		
}
.exklusivbox img {	
	height: 80px;
}
}
@media only screen and (min-width : 1360px) {
/* ~~ Flexbox ~~ */
.hellblaubox .flexbox.produkte .item {
    width: 25% !important;
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-page-entry-horizontal {
    width: 25% !important;	
}
}