html, body {
    margin:0;
    padding:0;
    /*overflow:auto;*/
}
html {
    height:100%;
}

#abobutton{
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.triplebox{
	display: block;
	width: 100%;
	height: max-content;
}

#karte{
	width: 100%;
	height: 500px;
}

.onebox img{
    width: 35%;
    height: auto;
    margin-top: 20px;
}

.onebox p{
	column-count: 1 !important;
	    text-align: center !important;
	    color: #9a989b !important;
	    line-height: 1.75;
	    font-size: 1.2vw;
	    text-align: center !important;
	    font-family: 'Montserrat', sans-serif !important;
	    padding: 0px 20px 0 20px;
}

.onebox h2 {
    font-size: 2.25vw;
	margin-bottom: 0;
}

.onebox{
    width: 30%;
    height: auto;
    background: #ffffff;
    display: inline-block;
    margin: 1.5%;
    border-radius: 15px;
    transition: all 0.4s;
    /* z-index: 1000; */
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	text-align: center;
}

.onebox:hover{
	background: #f0f0f0;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
}

#social-stream p{
	color: #FFFFFF;
}

#abobutton img{
	width: 40%;
	height: auto;
	transition: all 0.2s;
}

#abobutton img:hover{
	width: 39%;
	height: auto;
}

#articleList h2 {
    text-align: center !important;
	clear: both;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    padding: 0;
}

#blackmap p{
	color: #FFF;
}

#blackmap img{
	width: 50vw;
	height: auto;
}


#shopimg{
	width: 100%;
	height: auto;
}

#shopimg img{
	width: 100%;
	height: auto;
}

#backlink img{
	height: 35px;
    width: 35px;
}

#amazonlinks{
	width: 100%;
	display: inline-block;
	background-color: #FFFFFF;
}

#amazonlinks p{
	width: 85%;
	margin-left: 7.5%;
    margin-right: 7.5%;
}

#amazonlinks h1{
	margin-top: 40px !important;
	margin-bottom: 20px;
}

#aboutext{
    width: 100%;
    display: inline-block;
    text-align: center;
}

#aboutext p{
	font-size: 1.25vw;
    text-align: center !important;
    font-family: 'Montserrat', sans-serif !important;
    column-count: unset !important;
}

.g-recaptcha{
    margin-top: 10;
}


table p{
	line-height: 1.5;
	font-size: 1.25vw;
}


#menu .navsub a {
    color: #a1a1a1;
}

.newsp img{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

table img {
    width: 90px !important;
    height: 130px !important;
    float: right;
    margin: 0;
}

#content-news {
    width: 100vw;
    position: relative;
    top: 150;
    z-index: 100;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 80px;
    display: inline-block;
    margin-bottom: 200px;
}

.cms_abstract_img img{
	width: 30px !important;
	height: 30px !important;
}

.sub-menu-parent { 
	position: relative; 
	float: left;
    margin-left: 20;
}

table {
    width: 47%;
    background: #eaeaea;
    padding: 25px;
    border-radius: 25px;
    font-size: 13px;
    margin-left: 3%;
    margin-bottom: 25px;
}

.sub-menu-parent ul li a:hover{
	color: #000000;
	text-decoration: underline !important;
}

.sub-menu-parent a, .sub-menu-parent a:hover {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.35vw !important;
    font-weight: bold !important;
    text-decoration: none !important;
    color: #383d60 !important;
    text-transform: uppercase !important;
}


.sub-menu-parent>ul li{
	height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.sub-menu-parent>ul{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    background: rgba(255, 255, 255, 0.8);
    width: auto;
    padding-right: 20px;
    padding-left: 0px;
    padding-top: 30px;
}

.sub-menu-parent:focus ul,
.sub-menu-parent:focus-within ul,
.sub-menu-parent:hover ul{
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}


#whiteleft{
    width: 630px;
    float: left;
}

.fourcol ul{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
    -webkit-column-rule: 1px solid transparent;
    -moz-column-rule: 1px solid transparent;
    column-rule: 1px solid transparent;
}

.fourcol ul, ol {
    list-style: disc;
}

#whiteright{
    width: 300px;
    float: right;
    margin-top: 22px;
}

#whiteright h1{
    margin-top: 0px !important;
}

#innerthing{
    width: 100%;
    height: 35vw;
    position: absolute;
    display: inline-block;
    overflow: hidden;
    margin-top: 150px;
    background: #e5e5e5;
}

#headBody {
    width: 100vw;
    height: 35vw;
    display: inline-block;
    background-size: cover;
}

#toggolinchen{
    font-family: 'Oswald', sans-serif;
    color: #58AFDC;
    font-size: 18px;
}

#mopilogo{
    width: 75px;
    height: auto !important
}

#smallmopi{
    font-size: 10px;
}

#managementvoxes{
	width: 85vw;
    height: auto;
    margin-bottom: 40px;
	text-align: center;
}

#menuToggle
{
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;  
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 30px;
  height: 4px;
  margin-bottom: 4px;
  position: relative;
  background: #9b9e9f;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #FFF;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: fixed;
    width: 95vw;
    margin: 0;
    padding: 2.5vw;
    padding-top: 25px;
    background: rgba(0, 0, 0, 0.9);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    height: 100vh !important;
    font-size: 22px;
    top: 0;
    right: 0px;
    text-align: center;
}

#menu li{
    padding: 0;
    font-size: 22px;
    color: #787878;
    text-align: center;
    font-family: 'Archivo Black', sans-serif;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

#menu a
{
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    font-family: 'Noto Sans', sans-serif;
}

#menu a:hover
{
  color: #FFFFFF;
}



ul.sitemapStandardMainCat{
    width: 100%;
}

#content-start h1{
    text-transform: uppercase;
    margin-top: 0;
}

#m2 img, #m4 img{
    width: 20px !important;
    height: 20px !important;
}

#reiseleft{
    width: 50%;
    float: left;
    line-height: 1.5;
}

#katalogleft{
    width: 50%;
    float: left;
    line-height: 1.5;
}

#reiseleft img{
    width: 100%;
    height: auto;
}

#reiseright{
    width: 45%;
    float: right;
    padding-left: 5%;
}

#reiseright li {
    list-style-type: none !important; 
}

td.gallery_image{
    width: 16%;
}

#dropdown-navi a{
}

.modMpNivoSlider {
    width: 100vw;
    height: 40vw;
    position: absolute;
    display: block;
}

#content h1, #content h2 {
    padding: 0;
    font-size: 5vw;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}


#businessoverlay {
    position: absolute;
    top: 27.5vw;
    z-index: 100;
    text-align: right;
    display: block;
    width: 100%;
    right: 5vw;
}

#businessoverlay img{
    width: 50vw;
    height: auto;
}

#startwhite{
    font-size: 1.25vw;
    text-align: left;
    line-height: 1.5;
    text-align: left;
    display: inherit;
    padding-top: 25px;
    width: 85vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
}

#startwhite a{
    color: #000000;
}

#startwhite p{
	column-count: 2;
    column-gap: 30px;
    text-align: justify;
}

#m1 img, #m2 img, #m3 img, #m4 img, #m5 img, #m6 img, #m7 img, #m8 img, #m9 img, #m10 img, #m11 img, #m12 img, #m13 img, #m14 img{
    width: unset !important;
    height: unset !important;
}

#maintxt img{
    margin-left: 10px;
    margin-right: 10px;
        
}

#startwhite h1{
	margin-bottom: 2vh;
	line-height: 1.2;
	    color: #9a989b;
	    text-align: center;
	    font-size: 4vw;
	    font-weight: 600;
}

#startwhite p{
    color: #6a6a6a;
    padding-bottom: 1vh;
    font-family: Helvetica, Arial, sans-serif;
}


#headlinetxt {
    background-color: rgba(0,0,0,0.75);
}

#standarright .kreisbtn {
    display: inline-block;
    width: 7vw;
    height: 7vw;
    transition: all 0.3s;
    text-align: center;
}

#standarright .smalltxt {
    width: 100%;
    display: inline-block;
    font-size: 1.2vw;
    margin-top: 4px;
}

.articlelistItem h2{
    color: #333333;
    font-size: 1.2vw !important;
    font-weight: bold;
}

.articlelistItem a{
    width: 100%;
    background-color: #333333;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}

.articlelistItem a:hover{
    background-color: #39a8da;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.articlelistItem a:visited{
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

.articlelistItem img {
    height: auto;
    width: 100%;
    margin: 0;
}

topp
.sp3{
    color: #FFFFFF;
}


.smalltxt{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    margin-top: 4px;
}

#blackback .smalltxt {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    margin-top: 4px;
    color: #39a8da;
}

#blackbacktwo {
    width: 100%;
    height: auto;
    /* background-color: #222222; */
    margin-top: 1%;
    padding-top: 1%;
    margin-bottom: 5%;
    background-color: rgba(255,255,255,0.75);
}

#blackbacktwo .smalltxt {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    margin-top: 4px;
    color: #333333;
}

.kreisbtn{
    display: inline-block;
    width: 125px;
    height: 125px;
    transition: all 0.3s;
    text-align: center;
    margin-left: 2vw;
    margin-right: 2vw;
}

.kreisbtn a{
    border-color: #FFFFFF;
    border: 1px solid;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    background-color: rgb(4, 35, 100);
    color: #FFFFFF !important;
    display: inline-block;
    transition: all 0.3s;
    
}

.kreisbtn a:hover{
    background-color: #03a9f4;
}

.kreisbtn a img{
    width: 75%;
    height: 75%;
    margin-top: 12.5%;
}

.sp9{
    color: #000000 !important;
}

.sp9 a{
    color: #000000 !important;
}

#blackmap{
    padding-top: 10px;
    padding-bottom: 60px;
    width: 85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
}

#whiteback{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding-top: 25px;
    padding-bottom: 50px;
    display: inline-block;
}

#whitebackmain{
    width: 100%;
    height: auto;
    background-color: #9d383e;
    padding-top: 50px;
    padding-bottom: 25px;
}

#maintxt{
    text-align: justify;
    line-height: 2;
    margin-top: 40px;
    font-family: Helvetica, Arial, sans-serif;
    color: #555555;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 1vw;
    padding-bottom: 10vh;
    width: 100vw;
}

#maintxt ul{
    list-style: unset;
    padding-left: 2%;
    color: #9c383e;
    font-weight: bold;
    display: inline-block;
}


#maintxt ul li{
    padding-left: 0;
}

#maintxt p{
    margin-bottom: 1.5%;
}


#standarheadline{
    padding-bottom: 2em;
    text-align: justify;
    line-height: 1.5;
    font-size: 125%;
    color: #FFF;
}

#standardxt{
    -webkit-column-count: 1;
    column-count: 1;
    padding-bottom: 2em;
    text-align: justify;
    line-height: 1.5;
    column-gap: 7em;
    font-size: 125%;
    color: #FFF;
    width: 100%;
    float: left;
    padding-right: 2%;
}

#standarleft{
    -webkit-column-count: 1;
    column-count: 1;
    padding-bottom: 2em;
    text-align: justify;
    line-height: 1.5;
    column-gap: 7em;
    font-size: 125%;
    color: #FFF;
    width: 50%;
    float: left;
    padding-right: 2%;
}

#standarright{
    -webkit-column-count: 1;
    column-count: 1;
    padding-bottom: 2em;
    text-align: justify;
    line-height: 1.5;
    column-gap: 7em;
    font-size: 125%;
    color: #FFF;
        width: 50%;
}

#partnerlogos{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: inline-block;
    text-align: center;
}


#opaback{
    width: 100vw;
    height: auto;
    background-color: #223148;
    display: inline-block;
}

#alphaback{
	width: 100%;
    background: #223148;
    height: auto;
    display: inline-block;
}

#youtubevids{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

#youtubevids img{
    height: auto;
    width: 40%;
    margin: 4%;
}

#blackmap h1{
	color: #FFFFFF;
	margin-top: 40px;
    font-weight: bold;
    font-size: 4vw;
}

#blackback{
    width: 100%;
    height: auto;
    background-color: #222222;
    position: relative;
    display: grid;
}

#blackbgtxt{
    margin: 0;
    padding: 0;
    width: 90vw;
    padding-left: 5vw;
    padding-right: 5vw;
	background: #000000;
}

#blackbgtxt h1{
	padding: 40px 0 0 0;
	    text-align: center;
	    color: #f7a81e;
	    font-weight: bold;
	    font-size: 4vw;
}

#blackbgtxt h4{
    margin-top: -1% !important;
    padding-top: 5% !important;
    font-size: 4vw !important;
    color: #39a8da;
}

#kevback-termine{
    background-image: url(../upload/hintergruende/kevinray_back_termine.jpg);
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

#kevback-start{
    background-image: url(../upload/hintergruende/muster.jpg);
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

#kevback-standard {
    background-image: url(../upload/hintergruende/dark.jpg);
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

#kevback-impressum{
    background-image: url(../upload/hintergruende/kevinray_back_impressum.jpg);
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

#kevback-tour{
    background-image: url(../upload/hintergruende/kevinray_back_tour.jpg);
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

#kevback-bilder{
    background-image: url(../upload/hintergruende/kevinray_back_bilder.jpg);
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: fixed;
}


#kevback-kontakt{
    background-image: url(../upload/hintergruende/kevinray_back_kontakt.jpg);
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

#kevback-ueber{
    background-image: url(../upload/hintergruende/kevinray_back_ueber.jpg);
    background-size: cover;
    background-position-x: center;
    background-attachment: fixed;
    width: 100vw;
    height: 100vh;
    position: fixed;
}



body{
    background-color: #222222 !important;
}

.nivo-directionNav{
    z-index: 999;
    position: absolute;
    width: 100%;
    display: block;
}

#netzwerk{
	text-align: left;
    width: 85vw;
    line-height: 1.75;
    margin-top: 40px;
    margin-bottom: 75px;
	font-size: 1.25vw;
}

#bigthing{
    width: 100%;
    height: 40vw;
    position: absolute;
    display: block;
    overflow: hidden;
    margin-top: 150px;
}

#bigthing img{
	width: 100%;
	height: auto;
}

.link{
    width: 100%;
    margin-bottom: 50px;
}

.theme-default .nivo-controlNav {
    display: none;
}

#startseiteframe{
    float: right;
    margin-left: 20px;
    margin-top: 20px;
}

#netzmobil{
    display: none;
}

#overdiv{
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
    margin-left: 0;
    margin-right: 0px;
}

#leftnavi{
    display: inline-block;
    margin-bottom: 22px;
    position: absolute;
    width: auto;
    right: 7.5vw !important;
}

#logo{
    display: inline-block;
    position: absolute;
    left: 7.5vw !important;
}

#dropdown-navi {
    display: inline-block;
    margin-bottom: 15px;
    position: absolute;
    max-width: 40vw;
    bottom: 0;
    right: 5vw;
}



#citywork{
    display: none;
}


#logo-mobil{
    width: 100%;
    text-align: center;
}

#logo-mobil img{
    max-height: 130px;
    max-width: 100%;
    margin-left: 5%;
}


#content a, content a:hover, content a:visited{
    text-decoration: underline;
    line-height: 1.5;
    color: #55b1dd;
}

hr {
    height: 0;
    color: #959595;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
    clear: both;
    padding-top: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
}


#modHeaderImgEdit{
    z-index: 100;
    margin-top: 140px;
}

#yellowline{
    height: 25px;
    width: 100%;
    bottom: -17px;
    position: relative;
    top: 90px;
    background-image: url(../images2017/yellowline.png);
    background-position-x: center;
}

#yellowline-main{
    height: 25px;
    width: 100%;
    bottom: 80px;
    position: relative;
    background-image: url(../images2017/yellowline.png);
    background-position-x: center;
}


body {
    height:100%;
}


.ansprech{
    width: 50%;
    float: left;
    border-bottom: 1px dashed;
    display: inline-block;
}

h1  {
    color: #f7a71e;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 4vw;
}


#content-left-standard h1  {
    color: #FFFFFF;
    font-size: 40px !important;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    font-weight: bold;
    text-align: center;
}

h3  {
    color: #737373;
    font-size: 36px !important;
    font-weight: normal !important;
    font-family: 'Roboto Slab', serif;
    margin: 10px 20px 10px 0px !important;
}

h2  {
	color: #ffbf00;
	    text-transform: uppercase;
	    font-weight: bold;
	    font-size: 3vw;
	    line-height: 1;
	    margin-top: 0 !important;
}



h3.fb-album-heading {
    color: #9E9E9E;
    font-size: 24px !important;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

h4  {
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Archivo Black', sans-serif;
    margin-top: 0px;
    margin-bottom: -12px;
}


h4 a {
    background-color: #9C9D9F;
    color: #FFFFFF !important;
    padding: 10px 20px 10px 20px;
    width: 220px;
    height: auto;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Archivo Black', sans-serif;
    margin-right: 20px;
    margin-top: 10px;
    text-align: center;
}



h5  {
    color: #9E9E9E;
    font-size: 28px !important;
    font-family: 'Roboto Slab', serif;
    margin-top: 20px !important;
}

h6 {
    color: #E7E7E7;
    text-transform: uppercase;
    font-size: 66px;
    font-weight: normal;
    font-family: 'Archivo Black', sans-serif;
    margin-bottom: 20px;
    margin-top: 20;
    text-align: center;
}

.topper{
    width: 100%;
    height: 150;
    background-color: #FFFFFF;
    position: fixed;
    transition: all 0.4s;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

.topper.shrink{
    height: 75px;
    background-color: #000000;
}


.topperimg{
    width: auto;
    height: 120px;
    transition: all 0.4s;
    margin-top: 15px;
}

.topperimg.shrink{
    width: auto;
    height: 65px;
    margin-top: 5px;
	opacity: 1;
}




#footer{
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.85);
    bottom: 0;
    position: fixed;
    z-index: 200;
}

#content-wrapper{
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    padding-bottom: 150px;
}
#content-spacer{
    width: 100%;
    height: 200px;
}

#content-start{
    width: 100vw;
    position: relative;
    top: calc(39vw + 150px);
    z-index: 100;
    font-size: 1.25vw;
    margin-bottom: 80px;
    display: inline-block;
    margin-bottom: 200px;
}

#content-sub{
    width: 100vw;
    position: relative;
    top: 150px;
    z-index: 100;
    font-size: 1.25vw;
    margin-bottom: 80px;
    display: inline-block;
    margin-bottom: 200px;
}

#content{
    width: 100vw;
    position: relative;
    top: 150px;
    z-index: 100;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1vw;
    margin-bottom: 80px;
    display: inline-block;
    margin-bottom: 200px;
}


#content-ueber{
    width: 60%;
    float: right;
    display: inline-block;
    text-align: left;
    padding: 20;
    margin-top: 50px;
    color: #FFFFFF;
    line-height: 1.5;
    font-size: 1.2em;
    margin-bottom: 200px;
}

#content-termine{
    width: 50%;
    float: left;
    display: inline-block;
    text-align: left;
    padding: 20;
    margin-top: 50px;
    margin-bottom: 200px;
}

#content-tour{
    width: 60%;
    float: left;
    display: inline-block;
    text-align: left;
    padding: 20;
    margin-top: 50px;
    color: #FFFFFF;
    line-height: 1.5;
    font-size: 1.2em;
    margin-bottom: 200px;
}

#content-bilder{
    width: 60%;
    float: left;
    display: inline-block;
    text-align: left;
    padding: 20;
    margin-top: 50px;
    color: #FFFFFF;
    line-height: 1.5;
    font-size: 1.2em;
    margin-bottom: 200px;
}

#content-tour a{
    color: #FFFFFF;
}

#content-kontakt{
    width: 60%;
    float: left;
    display: inline-block;
    text-align: left;
    padding: 20;
    margin-top: 50px;
    color: #FFFFFF;
    line-height: 1.5;
    font-size: 1.2em;
    margin-bottom: 200px;
}

#content-impressum{
    width: 60%;
    float: left;
    display: inline-block;
    text-align: left;
    padding: 20;
    margin-top: 50px;
    color: #FFFFFF;
    line-height: 1.5;
    font-size: 1.2em;
    margin-bottom: 200px;
}



#content li{
    list-style-type: disc;
}

#content-left{
    width: 50%;
    float: left;
    display: inline-block;
    text-align: left;
    background-color: rgba(0,0,0,0.7);
    padding: 20;
    margin-top: 50px;
}


#content-left-standard{
    width: 1024px;
    text-align: left;
    padding: 20;
    margin-bottom: 20px;
    display: inline-block;
}

#content-right {
    width: 700px;
    text-align: left;
    background-color: rgba(255,255,255,0.7);
    padding: 20;
    margin-bottom: 200px;
    display: block;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-right: 20px;
    line-height: 1.75;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    color: #666666;
}


#navleft {
    width: 300px;
    text-align: left;
    background-color: rgba(255,255,255,0.7);
    padding: 20;
    margin-bottom: 100px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    float: right;
}


#content-left-standard img{
    /*border: 10px solid;
    border-color: #FFF;
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.55);*/
}


#content-left p{
    font-family: Helvetica, Arial, sans;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#content-left-standard p{
font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-right: 20px;
    line-height: 1.75;
    margin-bottom: 15px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    color: #FFFFFF;
}

#small-right{
    width: 500px;
    display: inline-block;
    text-align: left;
    background-color: rgba(255,255,255,0.8);
}

#naviscreen{
    transition: all 0.3s;
}
#navimobile{
    display: none;
}

#nav.js {
            display: none;
}

.instanews{
	background: #223248;
	    padding: 40px 5vw 70px 5vw;
	    display: inline-block;
	    width: 90vw;
	    height: max-content;
}

iframe{
    width: 100vw;
    height: 40vw;
}

@media only screen and (max-width: 960px) {
    #small-right {
        display: none;
    }
	
	.onebox {
	    width: 97%;
	}
	
	.over {
		margin: 0.3vw;
		width: 42vw;
		float: left;
		height: 42vw;
		overflow: hidden;
	}
	
	table p{
		font-size: 4vw;
	}
	
	#netzwerk{
		font-size: 4vw;
	}
	
	#foocenter {
	    font-size: 3vw;
	}
	
	.nivo-caption{
		display: none !important;
	}
    
    #social-stream h1{
        font-size: 4vw !important;
        margin-top: 0 !important;
    }
	
	#social-stream p{
		font-size: 4vw;
	}
	
	#blackmap p {
	    font-size: 4vw;
	}
	
	#blackmap img {
	    width: 85vw;
	}
	
	#startwhite p {
		font-size: 4vw;
	}
    #managementvoxes {
        width: 85vw;
		margin-bottom: 50px;
    }
    
    .g-recaptcha{
        margin-top: 200;
    }
    
    #bigthing{
        margin-top: 0;
    }
    
    #startwhite p img{
        width: 100%;
        height: auto;
        float: none;
    }
        
    #SpryContactForm label{
        width: 100%;
    }
    
    #SpryContactForm ul li{
        height: 50px !important;
    }
    
    #SpryContactForm select, #SpryContactForm input[type="text"]{
        width: 90% !important;
        line-height: 1.25;
        font-size: 4vw !important;
        border: 1px solid;
        border-color: #aaaaaa;
        display: block;
        position: relative;
    }
    
    #SpryContactForm textarea {
        width: 90% !important;
        font-size: 5vw;
        margin-right: 10% !important;
    }
    
    #SpryContactForm label{
            width: 100% !important;
    }
    
    ul.sitemapStandardMainCat a{
        font-size: 4vw !important;
    }
    
    #reiseleft {
        width: 100%;
        float: none;
    }
    
    #reiseright {
        width: 100%;
        float: none;
    }
    
    #content{
        font-size: 3vw;
        top: 100px;
    }
    
    #logo-mobil img {
        height: 85px;
        width: auto;
        margin-left: 0;
        margin-top: 5px;
    }
    
    .articlelistItem {
        width: 19.5vw;
        margin-top: 10px;
        float: left;
        padding: 0.25vw;
        margin-bottom: 3.6vw;
        position: relative;
        display: block;
    }
    
    #whiteback {
        padding-bottom: 25px;
    }
    
    #content-start h1 {
        font-size: 6vw !important;
    }
	
	#abobutton img{
		width: 100%;
		height: auto;
	}
    
    .kreisbtn {
        display: inline-block;
        width: 20vw;
        height: 20vw;
        transition: all 0.3s;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    
    .smalltxt {
        font-size: 3.5vw;
    }
    
    #partnerlogos {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    #content-start{
        top: calc(35vw + 110px);
    }
    
    #startwhite h1 {
        font-size: 7vw !important;
        line-height: 1.25 !important;
    }
    
    #startwhite {
		font-size: 4vw;
    }
	
	#amazonlinks p {
		font-size: 4vw;
	}
    
    #opaback img {

    }
    
    #maintxt p {
        margin-bottom: 1.5%;
        font-size: 4vw;
    }
    
    .gallery img{
        width: 13vw !important;
        height: auto !important;
        margin: 1vw !important;
        margin-bottom: -40px !important;
    }
    
    .fp-item-wrapper {
        width: 80vw !important;
    }
    
    .fp-grid .fp-item {
        height: 70vw !important;
    }
    
    .fp-grid .fp-focus {
        height: 40vw !important;
    }
    
    .fp-thumbnail {
        height: 40vw !important;
    }
    
    #maintxt {
        -webkit-column-count: 1;
        column-count: 1;
    }
    
    #content-start {
        width: 100vw;
        
    }
    
    .nivo-directionNav {
        z-index: 1 !important; 
    }
    
    #maintxt ul li {
        padding-left: 0px !important;
        font-size: 4vw !important;
        font-weight: normal !important;
    }
    
    #kevback-ueber {
        background-position-x: right;
    }
    
    #content-ueber {
        width: 100vw;
        padding-bottom: 200px;
    }
    
    #content-kontakt {
        width: 100vw;
        padding-bottom: 200px;
    }
    
    #maintxt img {
        margin: 3%;
        width: 27%;
        height: auto !important;
        float: unset !important;
    }
    
    #whitebackmain {
        padding-top: 40px;
    }
    
    dl, dt, dd{
        font-size: 4vw !important;
    }
    
    #kevback-kontakt {
        background-attachment: fixed;
    }
    
    #kevback-impressum {
        background-position-x: left;
    }
    
    #content-impressum {
        width: 100vw;
        padding-bottom: 200px;
    }
    
    #kevback-termine {
        background-position-x: left;
    }
    
    #content-termine {
        width: 100vw;
        padding-bottom: 200px;
    }

    h1 {
        line-height: 1 !important;
        margin-bottom: 20px !important;
    }   
    
    .topper.shrink {
        height: 95px;
    } 
    
    #content-tour{
        width: 100vw;
        text-align: justify;
        padding-bottom: 200px;
    }
    
    #kevback-tour {
        background-position-x: left;
    }
    
    #content-tour img{
        width: 100%;
        height: auto;
    }
    
    #bigthing {
        top: 95px;
    }
    

    #content{
        width: 100%;
    }
    #content-left{
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 40px;
    }
    #content-left p{
        font-size: 16px;
    }
    #content-left-standard{
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 10vh;
    }
    #content-left-standard p{
        font-size: 20px;
    }
    #naviscreen{
        display: none;
    }
    #navimobile{
        display: inline-block;
        width: 100%;
        text-align: right;
    }
    #content-left-standard img{
        width: 100%;
        height: auto;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    h1{
        font-size: 8vw !important;
    }
    
    h2{
        font-size:5vw !important;
    }
    
    #content-left-standard p{
        font-size:125% !important;
        margin-right: 0;
    }
    
    #foobar{
        display: none;
    }
    
    #twobar{
    
    }
    
    #footer{
        background-color: #0d2a2b;
    }
    
    .ansprech{
        width: 100%;
    }
    .ansprech img{
        float: right !important;
        width: 25% !important;
        height: auto !important;
        margin-right: -10px !important;
        border: none !important;
    }
    
    #sliderboxes{
        display: none;
    }
    
    .topper{
        height: 95px;
    }
    
    #content li{
        font-size: 125% !important;
    }
    
    #content-left-standard h1 {
        font-size: 220% !important;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
    }
    
    #navleft{
        display: none;
    }
    
    #content-right{
        width: 100%;
    }
    
    iframe{
    	margin-bottom: 30px;
    }
    
    #contactForm .contactRow input, #contactForm .contactRow textarea {
        width: 100%;
        height: 35px;
    }
    
    #contactFormSubmit #contactFormSubmitLeft input, #contactFormSubmit #contactFormSubmitRight input {
        margin-right: 0px;
        padding: 20px;
    }
    
    li.fb-album, li.fb-photo{
        width: 100%;
        height: auto;
    }
    
    #netzwerk{
        width: auto;
    }
    
    #netzwerk img{
        width: 100%;
        height: auto;
    }
	
	table {
		width: 100% !important;
		background: #eaeaea;
		padding: 25px;
		border-radius: 25px;
		font-size: 13px;
		line-height: 1.5;
		margin-left: 25px;
		margin-bottom: 25px !important;
		float: unset !important;
		margin: 0;
	}
	
	table img{
		width: 90px !important;
    	height: 130px !important;
		float: right;
		margin: 0;
	}
    
    #social-stream img{
        width: 100%;
        height: auto;
    }
    
    #netzmobil{
        display: block;
        text-align: center;
    }
    
    #netzmobil img{
        width: 23%;
        height: auto;
    }
    
.box {
  cursor: pointer;
  height: 120px;
  position: relative;
  overflow: hidden;
  width: 225px;
}

.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box .overbox {
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 225px;
    height: 120px;
    /* padding: 15px 10px; */
    /* border: 5px solid; */
    /* border-color: #FFF; */
}

.box:hover .overbox { opacity: 0.85; }

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
    font-size: 12px;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    margin-top: 10px;
    margin-left: 10px;
    max-width: 280px;
    line-height: 1.4;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
    font-size: 20px;
    opacity: 0;
    transition-delay: 0.3s;
    transition-duration: 0.2s;
    position: absolute;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 15px;
    max-width: 280px;
}


.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

    
    #twobar {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
        font-size: 130% !important;
    }
    
    #foobar{
        width: 100%;
        display: inline-block;
        text-align: center !important;
		margin: 0 0 25px 0 !important;
    }
    
    #citywork{
        background-image: url(../images2017/stadtwerke.jpg);
        float: right;
        width: 100%;
        height: 50px;
        background-size: contain;
        position: relative;
        margin-top: -20px;
        background-repeat: no-repeat;
        display: block;
        background-position-x: center;
    }

}

@media only screen and (max-width: 960px) {
    iframe{
         height: 40vh;
    }
    
    #innerthing{
        margin-top: 90px;
    }
	
	.over {
		margin: 0.3vw;
		width: 20vw !important;
		float: left;
		height: 20vw !important;
		overflow: hidden;
	}
    
    h6 {
        font-size: 10vw;
    }
    
    #startwhite{

    }
    
    #whiteleft {
        width: 90vw;
        float: unset;
    }
    
    #whiteright {
        width: 90vw;
        float: unset;
    }
    
    .fourcol ul{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 19px;
        -moz-column-gap: 19px;
        column-gap: 19px;
        -webkit-column-rule: 1px solid transparent;
        -moz-column-rule: 1px solid transparent;
        column-rule: 1px solid transparent;
    }
    
    .box {
        height: 100% !important;
        width: 100% !important;
    }
    
    #over{
        width: 100% !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
        height: 230px;
    }
}

.fp-title {
    font-size: 14px !important;
}

#searchbar{
    display: inline-block;
    margin-bottom: 75px;
    position: absolute;
    max-width: 40vw;
    bottom: 0;
    right: 5vw;
}

#search {
    width: 300px;
    height: 40px;
    text-align: left;
}

#search input[type="text"] {
    width: 260px;
    height: 30px;
    padding-left: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 0;
    font-size: 13px;
    text-align: center;
    padding-right: 10px;
}

#search input[type="image"] {
    width: 30px;
    height: 30px;
    position: absolute;
    padding-left: 5;
}

#levelh4 {
    background-color: #6E6E6E;
    width: 300px;
    height: 40px;
    padding-top: 5;
    left: 20px;
    text-align: left;
    padding-left: 30px;
}

#breadcrumb {
    margin-top: 30px;
}
    

/** Sitemap */

ul.sitemapStandardMainCat {
    margin-left: 0;
    padding-left: 0;
}

ul.sitemapStandardMainCat li {
    list-style-type: none;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_1 {
    list-style-type: none !important;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 {
    line-height: 1.5;
    list-style-type: none !important;
}

ul.sitemapStandardMainCat a{
    margin-left: 0px;
    font-size: 1vw;
    font-weight: bold;
    color: #9c383e;
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: #dbdbdb;
    width: 100%;
}

li.sitemapStandardLevel_2 a {
    font-weight: normal;
    color: #454546;
    line-height: 2 !important;
    border-bottom: 1px dashed;
    display: block;
    padding-left: 10px; 
    border-color: #969696;
    text-decoration: none !important;
}

li.sitemapStandardLevel_2 a:hover{
    background-color: #55b1dd !important;
    color: #FFFFFF !important;
}

li.sitemapStandardLevel_3 a:hover{
    text-decoration: underline;
}

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 {
}

li.sitemapStandardLevel_3 a {
    margin-left: 50px;
    font-size: 16px;
    font-weight: normal;
    color: #454546;
    line-height: 1.5;
    display: block;
}

/* ###################################################### */


#foocenter{
	width: 100%;
}

#foobar {
	color: #ffffff;
    float: left;
    font-size: 13px;
    margin-bottom: 50px;
    text-align: left;
    margin-left: 7.5vw;
    margin-top: 50px;
	line-height: 1.5;
}

#foobar a {
    color: #FFFFFF;
    text-decoration: none;
}

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

#twobar {
    color: #FFFFFF;
    font-size: 100%;
    margin-top: 50;
    float: right;
    text-align: right;
    font-size: 13px;
    text-transform: none;
    margin-right: 7.5vw;
    margin-bottom: 50;
    line-height: 1.5;
}

#twobar a{
    color: #FFFFFF;
    text-decoration: none;
}

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


#sliderboxes{
    width: 1024px;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: relative;
    z-index: 50;
    padding-top: 205px;
    padding-bottom: 350px;
}


.box {
    cursor: pointer;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box img {
  position: absolute;
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
	height: 100%;
	width: auto;
}

.box .overbox {
    background-color: #485c6c;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 70px;
    /* padding: 15px 10px; */
    /* border: 5px solid; */
    /* border-color: #FFF;*/
}

.box:hover .overbox { opacity: 0.85; }

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
    font-size: 1.25vw;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    margin-top: 10px;
    line-height: 1.3;
    text-align: left;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: 1.5vw;
    font-family: 'Noto Sans', sans-serif;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
	font-size: 1.25vw;
    opacity: 0;
    transition-delay: 0.3s;
    transition-duration: 0.2s;
    position: absolute;
    font-weight: bold;
    margin-top: -15px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: underline;
    /* text-transform: uppercase; */
    font-family: 'Noto Sans', sans-serif;
}


.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}


.over {
	margin: 0.3vw;
    width: 10vw;
    height: 10vw;
    overflow: hidden;
	display: inline-block;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */

#nachricht {
    width: 100%;
    display: block;
    float: right;
}

#vorricht {
    width: 49%;
    display: block;
    float: left;
}

#contactForm {
    font-size:11px;
    margin-top: -10px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width: 95%;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:240px;
}

#contactForm .contactRow input {
    height:25px;
}

#contactForm .contactRow textarea {
    height: 200px;
    font-size: 13px;
}

.contactRow clearfix{
    height: 30px !important;
    padding-bottom: 10px !important;

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    width:135px;
}
#contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmitLeft input, #contactFormSubmitRight input {
    background-color: #9C9D9F;
    border: 1px solid;
    color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    width: auto;
    height: auto;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    margin-right: 20px;
    margin-top: 10px;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
    
#contactFormSubmit #contactFormSubmitLeft input, #contactFormSubmit #contactFormSubmitRight input {
    margin-right: 0px;
    padding: 20px;
}
/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */


