/*
	www.w3schools.com/w3css/w3css_grid.asp
	www.w3schools.com/cssref/css_selectors.asp

	grey 75%	#646464
	grey 60%	#878787
	grey 49%	#9e9e9e
	
	lightblue #f0f9fd
	lightblue2 #bfd6EA
		
	grey 18,75%	#dad9da	
	grey 15%	#e6e6e6


*/
/* visaplan -bootstrap--styles--*/


.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-repeat: none;
  border: none
  filter: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.navbar .brand {
  display: block;
  float: right;
  padding: 17px 33px 15px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: static;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 49px 0 0 0;
}

.navbar .nav > li {
  font-size: 17px;
  float: left;
  padding: 0 10px 0 10px;
}

.navbar .nav > li > a {
	color: #3c3c3c;
	text-decoration:none;
	padding: 8px;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Safari, Chrome */
	-khtml-border-radius:4px; /* Konqueror */
	border-radius:4px; /* CSS3 */
	text-shadow: none;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  background: #dcdcdc;
}

.navbar-fixed-top {
    margin-bottom: 0;
}
 
.navbar ul.nav li a.active {
	background: #e3000f;
	color: #ffffff;
}

.navbar .btn-navbar {
    display: block;
    float: left;
}

.navbar .navigation-collapsed .nav {
  width: 100%;
  padding:0 0 40px 0;
}

.navbar .navigation-collapsed .nav li {
  clear: both;
  width: 100%;
  padding: 5px 0 0 0;
}

.navbar .navigation-collapsed .nav > li > a {
	border: 1px solid #E5E5E5;
	background-color: #f6f6f6;
}

.navbar .navigation-collapsed .nav > li > a:hover{
	background-color: #dcdcdc;
}

.navbar .navigation-collapsed .nav > li > a.active{
	border: none;
	background: #E3000F;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0px;
}

.navbar-fixed-top .navbar-inner .navigation-collapsed ,
.navbar-fixed-bottom .navbar-inner .navigation-collapsed  {
    padding: 20px;
}

.page-header {
    border-bottom: 0;
    margin: 20px 0 30px;
    padding-bottom: 9px;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
}

.thumbnails::after {
  clear: both;
}
.thumbnails::before, .thumbnails::after {
  display: table;
  line-height: 0;
  content: "";
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.w3-btn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
[class^="icon-"],
[class*=" icon-"] {
  width: 22px;
}

.footer{
	border-top: 1px solid #E3000F;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.top a{ 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #dcdcdc;
	padding: 3px 6px 3px 6px;
	-moz-border-radius:13px; /* Firefox */
	-webkit-border-radius:13px; /* Safari, Chrome */
	-khtml-border-radius:13px; /* Konqueror */
	border-radius:13px; /* CSS3 */
	text-decoration: none;
	color: #ffffff;
}

.top{
	float: right;
}

.top a:hover{ 
	background-color: #ababab;
}

.main-image-1{
	/*height: 280px;*/
}

.main-image-2,
.main-image-3,
.main-image-4,
.main-image-5{
	/*height: 180px;*/
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #eeeeee;
}

dl:hover{
  background-color: #eeeeee;
}

dl{
	border-top: 1px solid red;
	font-size: 14px;
	padding: 0;
	margin: 0;
	max-height: 40px;
	padding: 5px 0 5px 0;
	overflow: hidden;
}

dt{
	font-weight: normal;
}

dd{
	color: #848484;
	margin-left: 22px;
	display: block;
}

.carousel-control {
    background: transparent;
    border: 0;
    border-radius:0;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 30px;
    margin-top: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 40px;
}

.carousel-caption {
    background: transparent;
    bottom: 0;
    left: 0;
    padding: 25px 60px 20px 60px;
    position: absolute;
    right: 0;
	width: 350px;
}
/*
.carousel-caption p {
    margin-bottom:10px;
}

.carousel-caption a {
    color: #ffffff;
}
*/
.breadcrumb {
    background-color: #EEEEEE;
}

.node--type-projekt > .field--type-image {
	padding:8px;
}
/*
.node--type-projekt .field--name-field-image1{
	
}

.node--type-projekt .field--name-field-image2{
	
}
*/
a.d8-has-image > img.w3-image{
	width:unset;
}

/*
.thumbnail-wrapper {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail-wrapper:hover {
  border-color: #E3000F;
  -webkit-box-shadow: 0 1px 4px rgba(227, 0, 15, 0.35);
     -moz-box-shadow: 0 1px 4px rgba(227, 0, 15, 0.35);
          box-shadow: 0 1px 4px rgba(227, 0, 15, 0.35);
}

a.thumbnail:hover {
  border-color: #E3000F;
  -webkit-box-shadow: 0 1px 4px rgba(227, 0, 15, 0.35);
     -moz-box-shadow: 0 1px 4px rgba(227, 0, 15, 0.35);
          box-shadow: 0 1px 4px rgba(227, 0, 15, 0.35);
}
*/
#bottomNavClose {
    margin-top: 0;
}

#imageData #bottomNav {
    height: 10px;
	padding-top: 0px;
}

.clear{
	clear: both;
}

.space-right{
	/*margin-right:8px;*/
	padding-right:8px;
}

.node-readmore{
	display: none;
}


article header h2 a {
    color: #E3000F;
	font-weight: lighter;
    line-height: 30px;
	font-size: 24px;
}

article header h2 a:hover {
    color: #E3000F;
}












/* BASICS------------------------------- */
body {
  margin: 0;
  line-height: 150%;
  color: #3c3c3c;
  background-color: #f6f6f6;
}



body p{
	text-align:left !important;
}
/* LAYOUT------------------------------- */

/* padding: vertical horizontal */ 
/* padding: top right bottom left */ 
.page-wrapper{
	/*background-image:url('../img/html-bg.jpg');*/
	background-repeat:repeat-x;
	background-position: top;
	background-color:#e9e9e9;
}

#header,#page-title, #main-navigation-h, #main-navigation-v, #highlighted, #top-container, #main-container,
#footer-menu{
	background: transparent;	
}
#main-navigation-h, .main-navigation-wrapper{background-color: transparent}

#main-navigation-inner-h nav{
	background-color: #5e5e5e;
}
 #page-title,
#page-title-inner{
	background-color: #EEEEEE;
}

#header-inner{
	background-color: rgba(255, 255, 255, 0.9);
}

.site-logo {

}
.site-name{
	
}

nav.breadcrumb{
	
}

.node__content{

}

.node__content li{
	margin-bottom: .25em;
	/*border-bottom:4px solid #eee;*/
}



#background-main {
  
  background-repeat: no-repeat;
  background-position:center top; 
}

#page-header{
	background-color: #e3000f;
}







/* TYPO ------------------------------- */

	html,
	body {
		font-family: 'WorkSans', 'Roboto', Helvetica, Arial, sans-serif;
		font-size: 18px;
	}

	h1{
		font-weight: lighter;
		color: #E3000F;
	}

	h3{
		line-height: 30px;
		font-weight: lighter;
		color: #E3000F;
	}

	a {
	  color: #848484;
	}

	a:hover {
	  color: #848484;
	  text-decoration: underline;
	}


	h1 {
	  font-size: 2.2em; /* 36px; */
	  	  line-height:1.3 !important;
	}
	h2 {
	  font-size: 1.75em;/* 30px; */
	  	  line-height:1.3 !important;
	}
	h3 {
	  font-size: 1.5em; /* 24px; */
	}
	h4 {
	  font-size: 1.3em;/* 20px; */
	}
	h5 {
	  font-size: 1.1em;/* 18px; */
	}
	h6 {
	  font-size: 1.0em;/* 16px; */
	}
	
	w3-jumbo{
		font-size: 3.0em !important; /* 64px / 13,235px = em*/
	}
	w3-xxxlarge{
		font-size: 2.4em!important; /*48px */
	}
	w3-xxlarge{
		font-size: 2.1em !important; /*36px */
	}
	w3-xlarge{
		font-size: 1.6em !important; /*24px */
	}
	w3-large{
		font-size: 1.3em !important; /*18px */
	}
	w3-small{
		font-size: 0.8em !important; /*12px */
	}
	w3-tiny{
		font-size: 0.7em !important; /*10px */
	}
	
/* ----------------------- ----------------*/

.vp-red {color: #E3000F;}
	
/* ------Slider slick slider override startpage --------------------*/ 
.slidertext {
	position:relative;
	font-size:300% !important;
	/* line-height:1.2 !important; */ 
	font-weight:600 !important;
	top: -240px;
	left: 16px;
	height:0;
	Max-width:100% !important;
	color:#fff!important;
}

.slidertext > span {
	/* padding: 0.125em 0.5em; */ 
	line-height:1.5 !important;
	padding: 0.125em;
	background-color:#2162A0dd;
}

ul.slick-dots{
	max-width:100% !important;
	/* sonst sind die dots beim Startslider als superMegaHeader vertikal angeordnet oben links */
	position: initial !important;
}
ul.slick-dots li{
	border-bottom:none !important;
}

ul.linklist > li{
	 list-style-image: url('../img/symbol-link.svg');
}
/* link symbol nonbreakingspace
p>a:before {
	content: "\f0c1 \00A0";
	font-family: 'Font Awesome 5 Free';
	color:#2162A0; 
} */
.icon-play, 
.icon-comment, 
.icon-globe, 
.icon-picture, 
.icon-tasks,
.icon-chevron-right,
.icon-cog { 
	font-family: 'Font Awesome 5 Free';
	font-style: normal;

}
.icon-play:before {
	content: "\f04b  "; 
	}
.icon-comment:before {
	content: "\f0cb  "; 
	}
.icon-globe:before { 
	content: "\f0ac   "; 
	}
.icon-picture:before {
	content: "\f87c    "; 
	}
.icon-tasks:before {
	content: " "; 
	}
.icon-cog:before {
	content: "\f013    "; 
	}
.icon-chevron-right:before {
	content: "\f054  "; 
	}

/* 
 www.drupal.org/project/d8w3css/issues/2945001 
*/
.mobile-nav:hover,
ul li.li-expanded > a:hover {
  cursor: pointer!important;
}

ul li.li-expanded > a:hover {
  cursor: pointer!important;
}


/* ckEditor Icons --------------------------------------------------- */

.cke_button_icon {
  width: 35px;
  height: 13px;
}

.ckeditor-buttons li .cke-icon-only {
  width: 36px;
  height: 36px;
}


/* RESPONSIVE --------------------------------------------------- */

/* Small/Medium Screen Only */
/* Layout */
@media (max-width:992px) {
	html,
	body {
		font-size: 18px;
	}

/*  TYPO Small/Medium Screen------------------------------ */	

	
		
	.node--view-mode-full .w3-container.node__content .field--name-body p {
		padding:0 4px;
	}
	
	.node__content, .w3-row-padding, .w3-col{
		padding:0;
	}

	.block-system-main-block {
		padding: 0;
	}
	
	.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
		padding: 0;
	}
	
}/* END  992px Screen*/

/* Small Screen Only */
@media (max-width:600px) {

	html,
	body {
		font-size: 20px;	}
	p {
		font-size: 1em;	}
	h1 {
	  font-size: 1.95em;	}
	h2 {
	  font-size: 1.45em;	}
	h3 {
	  font-size: 1.3em;	}
	h4 {
	  font-size: 1.1em;	}
	h5 {
	  font-size: 1.0em;	}
	h6 {
	  font-size: 1.0em;	}
	
	w3-jumbo{
		font-size: 2.0em !important;
	}                               
	w3-xxxlarge{                     
		font-size: 1.5em!important; 
	}                               
	w3-xxlarge{                      
		font-size: 1.3em !important;
	}                               
	w3-xlarge{                       
		font-size: 1.2em !important;
	}                               
	w3-large{                       
		font-size: 1.1em !important;
	}                               
	w3-small{                       
		font-size: 0.8em !important;
	}                               
	w3-tiny{                        
		font-size: 0.7em !important;
	}
	
}/* END Small Screen Only */

		


