@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic);
/*--- ALLGEMEINE CSS-EIGENSCHAFTEN --------------------------------------------------------------------------------------*/
*, html, body {
  margin: 0;
  padding: 0;
  border-spacing: 0; }

a, span, p {
  display: inline-block; }

a {
  max-width: 100%; }

.menue .nav_container {
  position: relative;
  display: inline-block;
  z-index: 1000; }
  .menue .nav_container .nav_subentries {
    display: none;
    position: absolute;
    left: -30px;
    top: 11px;
    height: auto;
    z-index: 1500;
    padding: 30px; }
    .menue .nav_container .nav_subentries .nav_sub {
      display: block;
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 5px 30px; }
  .menue .nav_container:hover .nav_subentries {
    display: block; }
.menue a.nav_top {
  height: 40px;
  background: #fff;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 0.4); }

.subMenueContainer {
  position: relative;
  display: inline-block;
  z-index: 1000; }

.subMenueContainer div.nav_subentries {
  display: none;
  position: absolute;
  left: -15px;
  top: 1em;
  height: auto;
  z-index: 1500;
  padding: 5px 15px 15px 15px; }

.subMenueContainer div.nav_subentries .submenueEntry {
  position: relative; }

.subMenueContainer div.nav_subentries .submenueEntry span.left {
  position: absolute;
  left: 0;
  top: 0; }

.subMenueContainer div.nav_subentries .submenueEntry span.right {
  position: absolute;
  right: 0;
  top: 0; }

.subMenueContainer:hover div.nav_subentries {
  display: block; }

.menueentry {
  margin-right: 5px; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.clearfloat {
  clear: both; }

a img {
  border: none; }

img {
  max-width: 100%; }

#lightbox img.lb-image {
  max-width: none; }

header, section, footer, aside, nav, main, article, figure {
  display: block; }

/*---------------------------------------------------------------------------------*/
html {
  background: url("images/kolb_hg_lightblue-min.png");
  font-family: "Roboto", sans-serif; }

a {
  color: #324682;
  text-decoration: none;
  display: inline; }

.importantMessage {
    position: absolute;
    top: 150px;
    right: 0;
    width: 130px;
    padding: 10px 20px;
    background: #f00;
    color: #fff;
    font-size: 12px;
    text-align: left;
}

.importantMessage:before {
    content: " ";
    position: absolute;
	top: -70px;
	right: 0;
	
	border-right: 120px solid #f00;
    border-bottom: 20px solid #f00;
    border-top: 50px solid transparent;
    border-left: 50px solid transparent;
}

.importantMessage:after {
    content: " ";
    position: absolute;
	bottom: -70px;
	right: 0;
	
	border-right: 120px solid #f00;
    border-bottom: 50px solid transparent;
    border-top: 20px solid #f00;
    border-left: 50px solid transparent;
}


.importantMessage h3 {
	text-transform: uppercase;
	font-size: 30px;
}

.importantMessageTeaser {
	max-height: 80px;
	overflow: hidden;
}

.importantMessage .mehrlesen {
font-size: 14px;
color: #fff;
padding-top: 12px;
/*padding-left: 40px;*/
text-decoration: underline;
padding-left: 0px;
line-height: 20px;
display: block;
text-align: left;
text-transform: uppercase;
position: relative;}
.importantMessage .mehrlesen:hover {
  text-decoration: underline; }
/*
  .importantMessage .mehrlesen.de:before {
display: block;
width: 30px;
height: 20px;
background: transparent url(images/germany.svg) no-repeat;
background-size: cover;
position: absolute;
left: 0px;
content: ''; }
.importantMessage .mehrlesen.en:before {
display: block;
width: 30px;
height: 20px;
background: transparent url(images/united-kingdom.svg) no-repeat;
background-size: cover;
position: absolute;
left: 0px;
content: ''; }
*/

.importantMessageText {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

.importantMessageText a {
	text-decoration: underline;
}

.page.vorschaltseite {
  text-align: center;
  position: relative; }
  
  
  .page.vorschaltseite .impressumLink {
    position: absolute;
    right: 8rem;
    bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: #0f7dc3;
    letter-spacing: 0.05em; }
  .page.vorschaltseite .privacyDataLink {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: #0f7dc3;
    letter-spacing: 0.05em; }
  .page.vorschaltseite .headerimage {
    width: 100%;
    height: 500px;
    background: url("images/kolb_schiff_full.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: inset 0 -4px 14px -2px black; }
  .page.vorschaltseite .logowrap {
    width: 100%;
    box-shadow: inset 0 110px 120px -30px rgba(0, 0, 0, 0.8);
    height: 250px; }
    .page.vorschaltseite .logowrap .logo {
      width: 570px;
      height: 100px;
      padding-top: 40px;
      margin: auto;
      text-align: left;
      position: relative; }
      .page.vorschaltseite .logowrap .logo h1, .page.vorschaltseite .logowrap .logo h2, .page.vorschaltseite .logowrap .logo h3 {
        color: #fff;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px black; }
      .page.vorschaltseite .logowrap .logo h1 {
        font-size: 42px;
        line-height: 42px;
        letter-spacing: 0.04em;
        font-weight: bold; }
      .page.vorschaltseite .logowrap .logo h2, .page.vorschaltseite .logowrap .logo h3 {
        font-size: 37px;
        line-height: 36px;
        letter-spacing: 0.05em;
        font-weight: normal; }
      .page.vorschaltseite .logowrap .logo img {
        position: absolute;
        right: 0;
        bottom: 0; }
  .page.vorschaltseite .headerlinkwrap {
    position: absolute;
    top: 430px;
    left: 0;
    width: 100%; }
    .page.vorschaltseite .headerlinkwrap .headerlinks {
      display: inline-block;
      margin: auto; }
      .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap {
        width: 230px;
        height: 300px;
        float: left; }
        .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck {
          width: 230px;
          height: 135px;
          background: #0f7dc3;
          position: relative;
          display: inline-block;
          text-align: center;
          text-transform: uppercase;
          color: #fff; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck:before {
            content: "";
            position: absolute;
            top: -65px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 115px solid transparent;
            border-right: 115px solid transparent;
            border-bottom: 65px solid #0f7dc3; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck:after {
            content: "";
            position: absolute;
            bottom: -65px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 115px solid transparent;
            border-right: 115px solid transparent;
            border-top: 65px solid #0f7dc3; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck h3 {
            padding-top: 0px;
              padding-left:5px;
              padding-right: 5px;
            font-size: 34px;
            line-height: 34px; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen {
            font-size: 16px;
            color: #fff;
            padding-top: 12px;
            padding-left: 84px;
            line-height: 20px;
            display: block;
			text-align: left; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen:hover {
              text-decoration: underline; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen.de:before {
            /*display: inline-block;
            margin: 0 5px 2px 0;
            border: 4px solid transparent;
            border-left: 5px solid #ffffff;
            border-right: none;*/
            display: block;
            width: 30px;
            height: 20px;
            background: transparent url(images/germany.svg) no-repeat;
            background-size: cover;
            position: absolute;
            left: 46px;
            content: ''; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen.en:before {
            /*display: inline-block;
            margin: 0 5px 2px 0;
            border: 4px solid transparent;
            border-left: 5px solid #ffffff;
            border-right: none;*/
            display: block;
            width: 30px;
            height: 20px;
            background: transparent url(images/united-kingdom.svg) no-repeat;
            background-size: cover;
            position: absolute;
            left: 46px;
            content: ''; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2 {
            width: 230px;
            height: 135px;
            background: #324682;
            position: relative; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2:before {
              content: "";
              position: absolute;
              top: -65px;
              left: 0;
              width: 0;
              height: 0;
              border-left: 115px solid transparent;
              border-right: 115px solid transparent;
              border-bottom: 65px solid #324682; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2:after {
              content: "";
              position: absolute;
              bottom: -65px;
              left: 0;
              width: 0;
              height: 0;
              border-left: 115px solid transparent;
              border-right: 115px solid transparent;
              border-top: 65px solid #324682; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2 h3 {
              padding-top: 0px;
              font-size: 34px;
              line-height: 34px; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3 {
            width: 230px;
            height: 135px;
            background: #5096cd;
            position: relative; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3:before {
              content: "";
              position: absolute;
              top: -65px;
              left: 0;
              width: 0;
              height: 0;
              border-left: 115px solid transparent;
              border-right: 115px solid transparent;
              border-bottom: 65px solid #5096cd; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3:after {
              content: "";
              position: absolute;
              bottom: -65px;
              left: 0;
              width: 0;
              height: 0;
              border-left: 115px solid transparent;
              border-right: 115px solid transparent;
              border-top: 65px solid #5096cd; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3 h3 {
              padding-top: 0px;
              font-size: 34px;
              line-height: 34px; }
  .page.vorschaltseite .startContent {
    padding-top: 170px; }
    .page.vorschaltseite .startContent .mosellauf {
      width: 620px;
      height: 200px;
      margin: auto;
      position: relative; }
      .page.vorschaltseite .startContent .mosellauf .region {
        color: #5096cd;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        font-size: 16px;
        line-height: 16px;
        text-align: left; }
        .page.vorschaltseite .startContent .mosellauf .region.region_trier {
          left: 10px;
          top: 45px; }
        .page.vorschaltseite .startContent .mosellauf .region.region_bernkastel {
          left: 180px;
          top: 40px; }
        .page.vorschaltseite .startContent .mosellauf .region.region_cochem {
          left: 396px;
          top: 0px; }
        .page.vorschaltseite .startContent .mosellauf .region.region_koblenz {
          right: 0;
          top: 50px; }
        .page.vorschaltseite .startContent .mosellauf .region.region_treiskarden {
          right: 141px;
          top: 62px; }
        .page.vorschaltseite .startContent .mosellauf .region.region_trabentrarbach {
          left: 297px;
          top: 108px; }
        .page.vorschaltseite .startContent .mosellauf .region.region_leiwen {
          left: 74px;
          top: 135px; }
        .page.vorschaltseite .startContent .mosellauf .region.regiontr {
          color: #0f7dc3; }
        .page.vorschaltseite .startContent .mosellauf .region.regionbks {
          color: #324682; }
		  
	.page.vorschaltseite .startContent .einleitung {
		width: 690px;
		margin: auto;
		color: #324682;
		text-align: left;
		padding-bottom: 50px;
	}		  
  @media (max-width: 800px) {
	  
.importantMessage {
    position: absolute;
    top: 100px;
    right: initial;
	left: 50%;
    width: 450px;
	margin-left: -225px;
    padding: 6px;
    font-size: 12px;
	box-sizing: border-box;
	/*text-align: center;*/
}

.importantMessage:before {
	border-right: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
}

.importantMessage:after {
	border-right: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
}


.importantMessage h3 {
	font-size: 16px;
	text-align: left;
}

.importantMessageTeaser {
	max-height: 80px;
	overflow: hidden;
	text-align: left;
}

.importantMessage .mehrlesen {
	font-size: 13px;
	display: inline-block;
	padding: 10px 0 0 0;
	/*padding: 10px 40px 4px 30px;
    margin-left: -10px;*/
}

.importantMessage .mehrlesen.de:before,
.importantMessage .mehrlesen.en:before {
width: 24px;
height: 16px; }
.importantMessage #importantMessageLink_en {
	padding-right: 0;
}
	  
    .page.vorschaltseite .headerimage {
      height: 300px; }
    .page.vorschaltseite .logowrap {
      box-shadow: inset 0 70px 120px -30px rgba(0, 0, 0, 0.5); }
      .page.vorschaltseite .logowrap .logo {
        width: 320px;
        height: 65px;
        padding-top: 20px;
        margin: auto;
        text-align: left;
        position: relative; }
        .page.vorschaltseite .logowrap .logo h1, .page.vorschaltseite .logowrap .logo h2, .page.vorschaltseite .logowrap .logo h3 {
          color: #fff;
          text-transform: uppercase;
          text-shadow: 1px 1px 1px black; }
        .page.vorschaltseite .logowrap .logo h1 {
          font-size: 22px;
          line-height: 22px;
          font-weight: bold; }
        .page.vorschaltseite .logowrap .logo h2, .page.vorschaltseite .logowrap .logo h3 {
          font-size: 19.4px;
          line-height: 21px;
          font-weight: normal; }
        .page.vorschaltseite .logowrap .logo img {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 70px; }
    .page.vorschaltseite .headerlinkwrap {
      top: 260px; }
      .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap {
        width: 150px; }
        .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck {
          width: 150px;
          height: 85px;
          background: #0f7dc3;
          position: relative; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck:before {
            content: "";
            position: absolute;
            top: -45px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 75px solid transparent;
            border-right: 75px solid transparent;
            border-bottom: 45px solid #0f7dc3; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck:after {
            content: "";
            position: absolute;
            bottom: -45px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 75px solid transparent;
            border-right: 75px solid transparent;
            border-top: 45px solid #0f7dc3; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck h3 {
            padding-top: 0px;
            font-size: 20px;
            line-height: 20px; }
		  .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck h3 span {
			  display: block; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen {
            font-size: 13px;
            line-height: 15px;
            padding-left: 44px;
            padding-top: 6px; }
		  .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen.de:before {
			width: 20px;
			height: 14px;
			left: 20px; }
		  .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen.en:before {
			width: 20px;
			height: 14px;
			left: 20px; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen:before {
            margin: 0 5px 0px 0; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2 {
            width: 150px;
            height: 85px;
            background: #324682;
            position: relative; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2:before {
              content: "";
              position: absolute;
              top: -45px;
              left: 0;
              width: 0;
              height: 0;
              border-left: 75px solid transparent;
              border-right: 75px solid transparent;
              border-bottom: 45px solid #324682; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2:after {
              content: "";
              position: absolute;
              bottom: -45px;
              left: 0;
              width: 0;
              height: 0;
              border-left: 75px solid transparent;
              border-right: 75px solid transparent;
              border-top: 45px solid #324682; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2 h3 {
              padding-top: 0px;
              font-size: 20px;
              line-height: 20px; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3 {
            width: 150px;
            height: 85px;
            background: #5096cd;
            position: relative; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3:before {
              content: "";
              position: absolute;
              top: -45px;
              left: 0;
              width: 0;
              height: 0;
              border-left: 75px solid transparent;
              border-right: 75px solid transparent;
              border-bottom: 45px solid #5096cd; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3:after {
              content: "";
              position: absolute;
              bottom: -45px;
              left: 0;
              width: 0;
              height: 0;
              border-left: 75px solid transparent;
              border-right: 75px solid transparent;
              border-top: 45px solid #5096cd; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3 h3 {
              padding-top: 0px;
              font-size: 20px;
              line-height: 20px; }
    .page.vorschaltseite .startContent {
      padding-top: 130px; }
      .page.vorschaltseite .startContent .mosellauf {
        width: 450px;
        height: 150px; }
        .page.vorschaltseite .startContent .mosellauf .region {
          font-size: 14px;
          line-height: 14px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_trier {
            left: 10px;
            top: 32px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_bernkastel {
            left: 127px;
            top: 30px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_cochem {
            left: 287px;
            top: 0px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_koblenz {
            right: 0;
            top: 35px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_treiskarden {
            right: 89px;
            top: 47px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_trabentrarbach {
            left: 189px;
            top: 103px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_leiwen {
            left: 48px;
            top: 98px; } 
			
      .page.vorschaltseite .startContent .einleitung {
		width: 450px;
      }			
			
			}
			
  @media (max-width: 500px) {
	  
	.importantMessage {
		position: absolute;
		top: 100px;
		right: 5%;
		left: 5%;
		width: auto;
		margin-left: auto;
		padding: 10px;
		font-size: 12px;
		box-sizing: border-box;
	}
	
	.importantMessage h3 {
		font-size: 15px;
	}


    .page.vorschaltseite .headerlinkwrap {
      top: 210px; }
      .page.vorschaltseite .headerlinkwrap .headerlinks {
        width: 100%; }
        .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap {
          width: 90%;
          box-shadow: 2px 5px 3px -2px rgba(0, 0, 0, 0.9);
          height: auto;
          float: none;
          margin: auto; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck {
            display: block;
            width: 100%;
            height: auto; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck:before {
              display: none; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck:after {
              display: none; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck h3 {
              padding-top: 7px;
              font-size: 24px;
              line-height: 24px; }
		  .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck h3 span {
			  display: inline; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen {
              font-size: 13px;
              line-height: 15px;
              padding: 14px 20px 14px 40px;
              display: inline-block;
              position: relative; }
		  .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen.de:before {
			width: 24px;
			height: 16px;
			left: 10px; }
		  .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen.en:before {
			width: 24px;
			height: 16px;
			left: 10px; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2 {
              width: 100%;
              height: auto; }
              .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2 h3 {
                padding-top: 7px;
                font-size: 24px;
                line-height: 24px; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3 {
              width: 100%;
              height: auto; }
              .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3 h3 {
                padding-top: 7px;
                font-size: 24px;
                line-height: 24px; }
    .page.vorschaltseite .startContent {
      padding-top: 170px; }
      .page.vorschaltseite .startContent .mosellauf {
        width: 310px;
        height: 150px; }
        .page.vorschaltseite .startContent .mosellauf .region {
          font-size: 12px;
          line-height: 11px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_trier {
            left: 0px;
            top: 19px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_bernkastel {
            left: 78px;
            top: 18px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_cochem {
            left: 200px;
            top: 0px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_koblenz {
            right: -4px;
            top: 26px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_treiskarden {
            right: 58px;
            top: 32px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_trabentrarbach {
            left: 149px;
            top: 55px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_leiwen {
            left: 33px;
            top: 68px; } 
      .page.vorschaltseite .startContent .einleitung {
		width: 90%;
      }	  			
			
			}
			
  @media (max-width: 350px) {
    .page.vorschaltseite .logowrap .logo {
      margin: auto;
      width: 250px;
      height: 70px; }
      .page.vorschaltseite .logowrap .logo h1 {
        font-size: 17px;
        line-height: 18px; }
      .page.vorschaltseite .logowrap .logo h2, .page.vorschaltseite .logowrap .logo h3 {
        font-size: 15px;
        line-height: 16px; }
      .page.vorschaltseite .logowrap .logo img {
        bottom: 15px;
        width: 60px; }
    .page.vorschaltseite .headerlinkwrap {
      top: 210px; }
      .page.vorschaltseite .headerlinkwrap .headerlinks {
        width: 100%; }
        .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap {
          width: 90%;
          box-shadow: 2px 5px 3px -2px rgba(0, 0, 0, 0.9);
          height: auto;
          float: none;
          margin: auto; }
          .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck {
            display: block;
            width: 100%;
            height: auto; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck:before {
              display: none; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck:after {
              display: none; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck h3 {
              padding-top: 7px;
              font-size: 22px;
              line-height: 22px; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck .mehrlesen {
              font-size: 13px;
              line-height: 15px;
              padding-top: 10px;
              padding-bottom: 10px; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2 {
              width: 100%;
              height: auto; }
              .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_2 h3 {
                padding-top: 7px;
                font-size: 24px;
                line-height: 24px; }
            .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3 {
              width: 100%;
              height: auto; }
              .page.vorschaltseite .headerlinkwrap .headerlinks .sechseckwrap .sechseck.sechseck_3 h3 {
                padding-top: 7px;
                font-size: 24px;
                line-height: 24px; }
    .page.vorschaltseite .startContent {
      padding-top: 130px; }
      .page.vorschaltseite .startContent .mosellauf {
        width: 250px;
        height: 150px; }
        .page.vorschaltseite .startContent .mosellauf .region {
          font-size: 12px;
          line-height: 11px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_trier {
            left: 0px;
            top: 12px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_bernkastel {
            left: 52px;
            top: 11px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_cochem {
            left: 159px;
            top: -6px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_koblenz {
            right: -11px;
            top: 19px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_treiskarden {
            right: 44px;
            top: 27px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_trabentrarbach {
            left: 94px;
            top: 57px; }
          .page.vorschaltseite .startContent .mosellauf .region.region_leiwen {
            left: 33px;
            top: 56px; } }
  @media (min-width: 1500px) {
    .page.vorschaltseite .headerlinkwrap {
      top: 520px; }
    .page.vorschaltseite .headerimage {
      width: 100%;
      height: 590px; } }

/*# sourceMappingURL=vorschalt_style.css.map */
