@charset "utf-8";

/* Stylesheet fuer www.kaan-projekte.de */



/* This selector is in most "old way" box-sizing resets */
* {
  box-sizing: border-box;
}
html, body {
	width: 100%;
	background-color: #333231;
}


/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}

figure {
	margin: 0;
	padding: 0;
	}
	
/* Format basic elements */
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
	vertical-align:top;
}
abbr,acronym {
	font-variant:normal;
	border-bottom:1px dotted #666;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
fieldset,img {
	border:0;
}
li {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
:focus {
	outline:0;
}

#header a,
#footer a {
	text-decoration: none;
	}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* Font settings */
/*
The font softwares linked here below are the
property of Swiss Typefaces Sàrl.
You may not download the font softwares.
Purchase and licensing informations are
available at http://www.swisstypefaces.com/
licensing/
Copyright (C) Swiss Typefaces Sàrl
*/
@font-face {
	font-family: 'SimplonNormBold';
  	src: url('../fonts/SimplonNorm-Bold-WebS.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/SimplonNorm-Bold-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/SimplonNorm-Bold-WebS.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/SimplonNorm-Bold-WebS.woff') format('woff'); /* Pretty Modern Browsers */
}
@font-face {
	font-family: 'SimplonNormLight';
  	src: url('../fonts/SimplonNorm-Light-WebS.eot'); /* IE9 Compat Modes */
  	src: url('../fonts/SimplonNorm-Light-WebS.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/SimplonNorm-Light-WebS.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/SimplonNorm-Light-WebS.woff') format('woff'); /* Pretty Modern Browsers */
}

body {
	font-family: 'SimplonNormLight', Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	color: #fff;
	letter-spacing: 0.07em;
	line-height: 18px;
	}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family: 'SimplonNormBold', Helvetica, Arial, Verdana, sans-serif;
}
h1 {
	font-size:20px;
	/*font-weight: bold;*/
	text-transform: uppercase;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}

/* Default margins */
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom:12px; /* Should match the font size */
}

/*body,html { min-height:100.15%; min-width:100.15%; background: #000000;}   /*Firefox scrollbar fix*/ 

/* end of reset basic.css */




/* L A Y O U T
*********************************************************************/

#wrapper {
	width: 97%;
	margin: 2% 1% 2% 2%;
}
#container {
	/*margin: 35px 35px 35px 35px;*/
	width: 100%;
}
#main {
	/*background-color: fuchsia;*/
	width: 79%; /*960px;*/
	float: right;
	margin-left: 260px;
	margin-right: 1%;
}
#left {
	/*background-color: gray;*/
	width: 260px;
	margin: 0px;
	position: fixed;
	height: 100%;
}
.logo {
	/*background-image: url("../images/kaan_logo.jpg");
	background-repeat: no-repeat;*/
	width: 100px;
	height: 30px;
	display: block;
	margin-top: 10px;
}
.logo img {
	width: 100px;
	height: 30px;
}
.mod_navigation, .mod_customnav {
	margin-top: 30px;
}
.mod_customnav.navigation2 {
	margin-top: 0px;
}
.mod_navigation ul li, .mod_customnav ul li {
	margin-bottom: 12px;
	font-family: 'SimplonNormBold', Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
.mod_navigation ul span.active, .mod_customnav ul span.active {
	text-decoration: underline;
}
#filters {
	margin-bottom: 10px;
	display: none;
}
#filters a {
	display: block;
	margin-bottom: 6px;
	margin-left: 10px;
}
#filters a.active {
	text-decoration: underline;
} 
.mod_booknav .up {
	display: none;
}
.mod_booknav .prev {
	float: left;
}
.mod_booknav .next {
	float: right;
	margin-right: 1%;
}

.footer {
    position: absolute;
}
.footer a {
	display: block;
	font-size: 12px;
}
.footer .kaan_fb {
	margin-left: 5px;
}
.impressum .footer a:nth-of-type(2) {
	text-decoration: underline;
}
.datenschutz .footer a:nth-of-type(3) {
	text-decoration: underline;
}

.refenzen #wrapper {
	margin-right: 1%;
	width: 97%;
}
/*.projekte #main, */.unterseite #main, .referenzen #main {
	width: 80%;
	margin-right: 0%;
}
.kontakt #main {
	margin-right: 1%;
	width: 79%;
}

#projekte {
	height: auto!important;
}
.ce_page_teaser {
	/*width: 350px;*/
	width: 32.65%;
	float: left;
	margin: 0 1% 1% 0;
	max-height: 285px;
	height: 100%;
	position: relative!important;
	left: 0px!important;
	top: 0px!important;
}
.ce_page_teaser:nth-of-type(4),
.ce_page_teaser:nth-of-type(7),
.ce_page_teaser:nth-of-type(10),
.ce_page_teaser:nth-of-type(13),
.ce_page_teaser:nth-of-type(17) {
	margin: 0 0px 10px 0;
}
.projekte .ce_page_teaser:nth-of-type(1),
.projekte .ce_page_teaser:nth-of-type(2),
.projekte .ce_page_teaser:nth-of-type(3),
.projekte .ce_page_teaser:nth-of-type(4),
.projekte .ce_page_teaser:nth-of-type(5),
.projekte .ce_page_teaser:nth-of-type(6),
.projekte .ce_page_teaser:nth-of-type(7),
.projekte .ce_page_teaser:nth-of-type(8),
.projekte .ce_page_teaser:nth-of-type(9),
.projekte .ce_page_teaser:nth-of-type(10) {
	margin: 0 1% 1% 0;
	width: 32.65%;
}
.referenzen .ce_page_teaser:nth-of-type(1),
.referenzen .ce_page_teaser:nth-of-type(2),
.referenzen .ce_page_teaser:nth-of-type(3),
.referenzen .ce_page_teaser:nth-of-type(4),
.referenzen .ce_page_teaser:nth-of-type(5),
.referenzen .ce_page_teaser:nth-of-type(6),
.referenzen .ce_page_teaser:nth-of-type(7),
.referenzen .ce_page_teaser:nth-of-type(8),
.referenzen .ce_page_teaser:nth-of-type(9),
.referenzen .ce_page_teaser:nth-of-type(10) {
	margin: 0 1% 1% 0;
	width: 32.33%;
}
/*.projekte .ce_page_teaser:nth-of-type(3),
.projekte .ce_page_teaser:nth-of-type(6),
.projekte .ce_page_teaser:nth-of-type(9),
.projekte .ce_page_teaser:nth-of-type(12),
.projekte .ce_page_teaser:nth-of-type(15) {
	margin: 0 0px 1% 0;
}*/
.projekte .ce_page_teaser:nth-of-type(4),
.projekte .ce_page_teaser:nth-of-type(7),
.projekte .ce_page_teaser:nth-of-type(10),
.projekte .ce_page_teaser:nth-of-type(13),
.projekte .ce_page_teaser:nth-of-type(16),
.projekte .ce_page_teaser:nth-of-type(19),
.projekte .ce_page_teaser:nth-of-type(22),
.projekte .ce_page_teaser:nth-of-type(25),
.projekte .ce_page_teaser:nth-of-type(28) {
	margin: 0 0 1% 0;
}
/* umbau */
/*.projekte .umbau.ce_page_teaser:nth-of-type(1),
.projekte .umbau.ce_page_teaser:nth-of-type(2),
.projekte .umbau.ce_page_teaser:nth-of-type(4),
.projekte .umbau.ce_page_teaser:nth-of-type(5),
.projekte .umbau.ce_page_teaser:nth-of-type(7) {
	margin: 0 1% 1% 0;
}
.projekte .umbau.ce_page_teaser:nth-of-type(3),
.projekte .umbau.ce_page_teaser:nth-of-type(6),
.projekte .umbau.ce_page_teaser:nth-of-type(9),
.projekte .umbau.ce_page_teaser:nth-of-type(12),
.projekte .umbau.ce_page_teaser:nth-of-type(15) {
	margin: 0 0px 1% 0;
}*/

#home2 .ce_page_teaser {
	width: 950px;
	height: 100%;
	float: none;
}
#home2 .ce_image {
	margin-bottom: 1%;
}
.ce_page_teaser.first {
	margin-bottom: 2%;
	width: 950px;
	height: 100%;
	float: none;
}
.projekte .ce_page_teaser.first, .referenzen .ce_page_teaser.first {
	/*margin-bottom: 1%;
	width: 32.65%;
	height: 100%;
	max-height: 285px;*/
	float: left;
}
.ce_page_teaser img {
	width: 100%;
	display: block;
}


.projekt_feature {
	width: 950px;
	height: 615px;
	background-color: lime;
	margin-bottom: 20px;
}
.teaser_content h1 {
	color: #333231;
	margin-bottom: 4px;
	letter-spacing: 0.1em;
}
.teaser_content p {
	color: #333231;
	padding-right: 100px;
}
#home2 .first .teaser_content p {
	color: #333231;
	padding-right: 400px;
}
.projekt_feature .teaser_content p {
	padding-right: 150px;
}
.teaser_content a {
	color: #333231;
}
.teaser_content a.more {
	text-indent: -9999px;
	background-image: url(../images/btn_more_black.png);
	background-repeat: no-repeat;
	width: 35px;
	height: 13px;
	display: block;
	position: absolute;
    right: 20px;
    bottom: 10px;
}

.ce_page_teaser .image_container {
	position: relative;
	z-index: 21;
}
.ce_page_teaser .teaser_content {
	/*display: none;*/
	opacity: 0;
	position: absolute;
	/*background-image: url("../../files/kaan-architekten/images/bg_teaser.png");*/
	background-image: url(../images/bg_teaser_white.png);
	background-repeat: repeat;
	width: 100%; /*310px;*/
	/*height: 90px;*/
	height: auto;
	bottom: -100px;
	z-index: 22;
	padding: 10px 0 10px 10px;
	-webkit-transition: ease-in 0.5s; /* For Safari 3.1 to 6.0 */
    transition: ease-in 0.5s;
}
.first.ce_page_teaser .teaser_content {
	/*width: 1070px;*/
	width: 100%;
}
#projekte .first.ce_page_teaser .teaser_content {
    min-height: 15%;
}

/* Menue -------------------------------------------
----------------------------------------------------*/
.mod_navigation .level_2 {
	display: none;
}
.mod_navigation .active .level_2, .mod_navigation .trail .level_2 {
	display: block;
	margin-left: 10px;
}
.mod_navigation .level_2 li {
	margin: 5px 0;
}
.invisible {
	display: none;
}
#left .inside {
	height: 100%;
}

/* Detailseiten --------------------------------------
------------------------------------------------------*/
.ce_page_teaser:hover > .teaser_content {
	display: block;
	opacity: 1;
	bottom: 0px;
}
.unterseite #wrapper {
	margin-right: 1%;
	width: 97%;
}
.unterseite.kontakt #wrapper {
	width: 97%;
	margin: 2% 1% 2% 2%;
}

.unterseite .mod_article .ce_text {
	position: fixed;
	margin: 300px 0 0 -19.2%;
	width: 230px;
	z-index: 24;
	/*bottom: 70px;*/
}
.unterseite #main .mod_article .ce_text h1 {
	/*font-family: "SimplonNormLight",Helvetica,Arial,Verdana,sans-serif;
	text-decoration: underline;
	text-transform: none;
	font-size: inherit;
	font-weight: bold;*/
}
.unterseite #main .mod_article .ce_text p {
	margin-bottom: 10px;
}
.unterseite .mod_article .ce_image {
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	min-height: 423px;
}
.unterseite .mod_article .subcolumns .ce_image {
	margin-bottom: 0%;
}
.unterseite #main .ce_image {
	/*min-height: 460px;*/
	width: 99%;
}
.unterseite #main section .ce_image {
	width: 100%;
}
.unterseite #main .ce_image img {
	width: 100%;
	display: block;
}
.unterseite #main .ce_colsetStart {
	margin-bottom: 1%;
}
.unterseite .c66r.last {
    width: 65.666%;
    margin-right: 1%;
}

.c66l {
	width: 65.666%;
	margin-right: 1%;
}
.c66r {
	width: 65.666%;
	margin-right: 1%;
}
.c66r.last {
	width: 65.666%;
	margin-right: 1%;
}
.c33l {
	width: 32.333%;
	margin-right: 1%;
}
.c33r {
	width: 32.333%;
	margin-right: 1%;
}
.c33r.last {
	width: 32.333%;
	margin-right: 1%;
}

#kaan-projekte .c33r.last {
	width: 33.333%;
	margin-right: 0;
}

/* KONTAKT */
.unterseite #kontakt img {
	width: 100%;
	display: block;
}

.unterseite #kontakt.mod_article .ce_image {
	min-height: 190px;
}
.unterseite #kontakt.mod_article .ce_text {
	min-height: 190px;
	width: 310px;
	/*margin-right: 10px!important;*/
	/*margin-bottom: 6px!important;*/
}
.unterseite #main #kontakt.mod_article .ce_text:nth-of-type(3), 
.unterseite #main #kontakt.mod_article .ce_text:nth-of-type(6), 
.unterseite #main #kontakt.mod_article .ce_text:nth-of-type(9), 
.unterseite #main #kontakt.mod_article .ce_text:nth-of-type(12), 
.unterseite #main #kontakt.mod_article .ce_text:nth-of-type(15) {
    margin: 0px 0px 1%;
}

.unterseite #kontakt.mod_article .ce_text p {
	position: absolute;
	z-index: 150;
	bottom: 0px;
	padding: 10px;
	width: 100%;
	color: #333231;
	background: rgba(255,255,255,0.5);
	opacity: 0;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(1) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(2) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(3) p {
	/*top:113px;*/
}
.unterseite #kontakt.mod_article .ce_text p a {
	color: #333231;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article .map_gesamt {
	float: left;
	margin: 0 10px 6px 0;
	clear: both;
	position: relative;
	width: 66.3%;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	width: 100%;
}
.map_direkt_link {
	float: right;
	margin: 5px 0 0;
	display: none;
}
.unterseite #main #kontakt.mod_article .ce_text {
	position: relative;
	float: left;
	top: 0;
	width: 32.65%;
	margin: 0px 1% 1% 0px;
	/*max-height: 285px;*/
	height: 100%;
	min-height: auto;
}
.unterseite #kontakt.mod_article .ce_text p {
	opacity: 0;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    bottom: -100px;
}
.unterseite #kontakt.mod_article .ce_text:hover p {
	display: block;
	opacity: 1;
	bottom: 0px;
}
.unterseite #kontakt.mod_article .text_kontakt p,
.unterseite #kontakt.mod_article .text_impressum p {
	opacity: 1;
	transition: none;
	color: #fff;
	background: transparent;
	top: 0px;
	position: relative;
	padding: 0px;
}
.unterseite #kontakt.mod_article .text_kontakt p a,
.unterseite #kontakt.mod_article .text_impressum p a {
	color: #fff;
}
.text_kontakt p, .text_impressum p {
	margin-bottom: 10px;
}
.unterseite #main #kontakt.mod_article .text_kontakt.ce_text {
	max-height: none;
	margin-right: 0;
}
.unterseite #main #kontakt.mod_article .text_impressum {
	width: 710px;
	margin-top: 30px;
}
.text_impressum {
	float: left;
	clear: both;
}
.impressum.unterseite #main .mod_article .ce_text,
.datenschutz.unterseite #main .mod_article .ce_text {
    margin: 0px 0 0 0;
    width: 70%;
    bottom: auto;
    position: relative;
}

.unterseite .bild_2_3_halb_links {
	/*min-height: 205px !important;
    padding-top: 215px;*/
}

/*#kaan-architekten*/ .text_gross p {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 20px;
	width: 66%;
	text-decoration: underline;
}
#kaan-projekte .ce_image {
	margin-bottom: 10px;
}
#kaan-projekte .c33l.col_1, #kaan-projekte .c33l.col_2 {
	padding-right: 10px;
}


/*----------------------------------------------------------------
1.0 - iPad
	1.1 - Landscape          1024x768px
	1.2 - Portrait           768x1024px
	1.3 - Small Tablet Landscape 800x600px
	1.4 - Small Tablet Portrait 600x800px
2.0 - Smartphone
3.0 - iPhone
    3.1 - Landscape           480x320px
    3.2 - Portrait            320x480px
    3.3 - Landscape iPhone 5  568x320px
4.0 - Desktop 1280px
--------------------------------------------------------------*/
/*--------------------------------------------------------------
ALLES ÜBER 1400px
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) { 
#wrapper {
	/*width: 1360px;*/
	max-width: 1700px;
}
#main {
	max-width: 1330px; /* 1070px eigentliche breite */
}
#left {
	width: 260px;
	/*position: absolute;*/
}
#home2 .ce_text:nth-of-type(1), #projekte .ce_page_teaser.first {
	width: 100%;
	height: 100%;
	max-height: 865px;
}
.ce_page_teaser .image_container img {
	display: block;
}
.ce_colsetStart .ce_page_teaser, .ce_colsetStart .ce_page_teaser img/*, .unterseite #main .ce_image*/ {
	width: 350px;
	height: 227px;
}
#home2 .ce_colsetStart .ce_page_teaser, #home2 .ce_colsetStart .ce_page_teaser img {
	height: 100%;
	width: 100%;
}
#home2 .c33r.last {
	margin-top: /*20.9%*/22.3%;
	margin-right: 0;
	width: 33.333%;
}

.unterseite #main .ce_image {
	min-height: 460px;
	/*width: 100%;*/
}
.unterseite #main .subcolumns .ce_image {
	min-height: 460px;
	width: 100%;
}
.unterseite #main .ce_image img {
	width: 100%;
	display: block;
}
.unterseite #main .ce_colsetStart {
	margin-bottom: 1%;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 710px;*/
	height: 460px;
}

#projekte .first.ce_page_teaser .teaser_content {
    min-height: 9.5%;
}
.projekt_feature, .projekt_feature img, .unterseite #main .bild_full {
	width: 1070px;
	height: 693px;
}
.unterseite #main .mod_article .ce_text {
	margin: 300px 0 0 -19.2% /*-259px*/;
	width: 230px;
	bottom: 70px;
	/*position: absolute;*/
}
.unterseite #kontakt.mod_article .ce_text {
	/*position: relative;*/
	/*margin: 0;
	width: 310px;*/
}
#left .footer {
	bottom: 25px;
    position: fixed;
	/*margin-top: 350px;*/
}
/* ----- */
.footer {
	bottom: 25px;
    position: fixed;
}
.unterseite .mod_article .ce_text {
	bottom: 70px;
}
}
/*--------------------------------------------------------------
Zwischen 1280px und 1399px
--------------------------------------------------------------*/
@media only screen /*and (min-width: 1280px)*/ and (max-width: 1399px) { 
#wrapper {
	max-width: 1400px;
	width: 96%;
	margin: 2%;
}
#main {
	max-width: 1150px; /* 1080px eigentliche breite */
	width: 80%;
	margin-left: 310px;
}
#left {
	max-width: 260px;
	width: 100%;
}


.ce_page_teaser {
	/*max-width: 310px;
	width: 100%;
	float: left;
	margin: 0 10px 10px 0;
	height: 201px;
	position: relative;*/
}
.ce_page_teaser.first {
	/*margin-bottom: 20px;*/
	max-width: 1150px;
	width: 100%;
	max-height: 690px;
	float: none;
}
#home2 .ce_text:nth-of-type(1), #projekte .ce_page_teaser.first {
	width: 100%;
	height: 100%;
	max-height: 865px;
}
#home2 .c33r.last {
	margin-top: 22.3%;
	margin-right: 0;
	width: 33.333%;
}

.footer {
	bottom: 25px;
    position: fixed;
}
.unterseite .mod_article .ce_text {
	bottom: 70px;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 630px;*/
	height: 420px;
}
}
/*--------------------------------------------------------------
Zwischengroesse 1279x...px
--------------------------------------------------------------*/
@media only screen and (max-width: 1279px) { 

.ce_page_teaser, .ce_page_teaser img, .unterseite #main .ce_image {
	
}
.ce_page_teaser.first {
	/*margin-bottom: 20px;*/
	max-width: 1150px;
	width: 100%;
	/*height: 571px;*/
	max-height: 710px;
	float: none;
}
.ce_page_teaser:nth-child(4),
.ce_page_teaser:nth-child(7),
.ce_page_teaser:nth-child(10),
.ce_page_teaser:nth-child(13),
.ce_page_teaser:nth-child(16),
.ce_page_teaser:nth-child(19),
.ce_page_teaser:nth-child(22),
.ce_page_teaser:nth-child(25) {
	margin-right: 0px;
}
#projekte .first.ce_page_teaser .teaser_content {
    min-height: 18%;
}
.unterseite #main .ce_image {
	min-height: 312px;
}

.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 575px;*/
	height: 372px;
}
.projekt_feature, .projekt_feature img, .unterseite #main .bild_full {
	width: 872px;
	height: 565px;
}
.unterseite #main .mod_article .ce_text {
	margin: 300px 0 0 -19.2%;
	width: 230px;
	bottom: 70px;
	/*position: absolute;*/
}
.unterseite #kontakt.mod_article .ce_text p {
	/*top: 111px;*/
	font-size: 12px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(1) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(2) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(3) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(5) p {
	/*top:93px;*/
}
.unterseite #kontakt.mod_article .text_kontakt.ce_text p {
	top: 0px;
	font-size: 12px;
}
.unterseite #kontakt.mod_article .ce_text {
	margin: 0;
	width: 280px;
}
.unterseite #main #kontakt.mod_article .text_impressum {
	margin: 30px 0 0 0;
	
}
.unterseite #main #kontakt.mod_article .text_impressum p {
	top: 0px;
}


#left .footer {
	bottom: 25px;
    position: fixed;
	/*margin-top: 350px;*/
}
}
/*--------------------------------------------------------------
Zwischengroesse 1199px
--------------------------------------------------------------*/
@media only screen and  (max-width: 1199px) { 


.ce_page_teaser.first {
	/*margin-bottom: 20px;*/
	max-width: 1150px;
	width: 100%;
	/*height: 507px;*/
	float: none;
}
.ce_page_teaser:nth-child(4),
.ce_page_teaser:nth-child(7),
.ce_page_teaser:nth-child(10),
.ce_page_teaser:nth-child(13),
.ce_page_teaser:nth-child(16),
.ce_page_teaser:nth-child(19),
.ce_page_teaser:nth-child(22),
.ce_page_teaser:nth-child(25) {
	margin-right: 0px;
}
.unterseite #main .ce_image {
	min-height: 312px;
}


.projekt_feature, .projekt_feature img, .unterseite #main .bild_full {
	width: 773px;
	height: 500px;
}
.unterseite #kontakt.mod_article .ce_image {
	min-height: 168px;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 510px;*/
	height: 330px;
}
.unterseite #main .mod_article .ce_text {
	margin: 300px 0 0 -19.2%;
	width: 210px;
	bottom: 70px;
	min-height: 170px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(3) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(5) p {
	/*top:74px;*/
}
.unterseite #kontakt.mod_article .ce_text:nth-child(1) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(2) p {
	/*top:55px;*/
}
.unterseite #kontakt.mod_article .ce_text:nth-child(6) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(7) p {
	/*top:74px;*/
}
.unterseite #kontakt.mod_article .ce_text {
	margin: 0;
}
.unterseite #kontakt.mod_article .ce_text p {
	/*top: 92px;*/
}
.unterseite #kontakt.mod_article .text_kontakt.ce_text p,
.unterseite #kontakt.mod_article .text_impressum.ce_text p {
	top: 0px;
}

#left .footer {
	bottom: 25px;
    position: fixed;
	/*margin-top: 350px;*/
}

}

/*--------------------------------------------------------------
iPad Landscape 1099px
--------------------------------------------------------------*/
@media only screen and (max-width: 1099px) {

.ce_page_teaser, .ce_page_teaser img, .unterseite #main .ce_image {
	
}

.ce_page_teaser.first {
	/*margin-bottom: 20px;*/
	max-width: 1150px;
	width: 100%;
	/*height: 460px;*/
	float: none;
}
.ce_page_teaser:nth-child(4),
.ce_page_teaser:nth-child(7),
.ce_page_teaser:nth-child(10),
.ce_page_teaser:nth-child(13),
.ce_page_teaser:nth-child(16),
.ce_page_teaser:nth-child(19),
.ce_page_teaser:nth-child(22),
.ce_page_teaser:nth-child(25) {
	margin-right: 0px;
}

.text_gross p {
	width: 75%;
}

.unterseite #main .ce_image {
	min-height: 312px;
}

.unterseite #kontakt.mod_article .ce_image {
	min-height: 152px;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 630px;*/
	height: 360px;
}
.projekt_feature, .projekt_feature img, .unterseite #main .bild_full {
	width: 701px;
	height: 454px;
}
.unterseite #main .mod_article .ce_text {
	margin: 300px 0 0 -19.2%;
	width: 190px;
}
.unterseite #kontakt.mod_article .ce_text {
	margin: 0;
	width: 300px;
}
.unterseite #kontakt.mod_article .ce_text p {
	/*top: 124px;*/
}
.unterseite #kontakt.mod_article .text_kontakt.ce_text p,
.unterseite #kontakt.mod_article .text_impressum.ce_text p {
	top: 0px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(1) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(2) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(3) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(5) p {
	/*top:106px;*/
}
.unterseite #main #kontakt.mod_article .text_impressum {
	width: 600px;
}
#left .footer {
	
	margin-top: 350px;
}
}
/*--------------------------------------------------------------
Zwischengroesse 1023px
--------------------------------------------------------------*/
@media only screen and (max-width: 1023px) { 

#main {
	width: 76%;
}
.ce_page_teaser, .ce_page_teaser img, .unterseite #main .ce_image {

}

.ce_page_teaser.first {
	/*margin-bottom: 20px;*/
	max-width: 1150px;
	width: 100%;
	/*height: 384px;*/
	float: none;
}
.ce_page_teaser:nth-child(4),
.ce_page_teaser:nth-child(7),
.ce_page_teaser:nth-child(10),
.ce_page_teaser:nth-child(13),
.ce_page_teaser:nth-child(16),
.ce_page_teaser:nth-child(19),
.ce_page_teaser:nth-child(22),
.ce_page_teaser:nth-child(25) {
	margin-right: 0px;
}

#projekte .first.ce_page_teaser .teaser_content {
    min-height: 25%;
}

.text_gross p {
	width: 85%;
}

.unterseite #main .ce_image {
	min-height: 257px;
}

.unterseite #kontakt.mod_article .ce_image {
	min-height: 126px;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 570px;*/
	height: 340px;
}
.projekt_feature, .projekt_feature img, .unterseite #main .bild_full {
	width: 581px;
	height: 376px;
}
.unterseite #main #kontakt.mod_article .ce_text {
	/*width: 280px;
	margin: 0px;*/
	position: relative;
	float: left;
	top: 0px;
}
.unterseite #main #kontakt.mod_article .text_impressum {
	width: 570px;
}
.unterseite #main .mod_article .ce_text {
	/*position: absolute;*/
	margin: 300px 0px 0px -19.5%;
}
.unterseite #kontakt.mod_article .text_kontakt.ce_text p,
.unterseite #kontakt.mod_article .text_impressum.ce_text p {
	top: 0px;
}
.unterseite #kontakt.mod_article .ce_text p {
	/*top: 111px;*/
}
.unterseite #kontakt.mod_article .ce_text:nth-child(2) p {
	/*top:75px;*/
}
.unterseite #kontakt.mod_article .ce_text:nth-child(3) p {
	/*top:93px;*/
}
.unterseite #kontakt.mod_article .ce_text:nth-child(1) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(5) p {
	/*top:93px;*/
}
#left .footer {

	margin-top: 350px;
}

}
/*--------------------------------------------------------------
small tablett Landscape  899px
--------------------------------------------------------------*/
@media only screen and (max-width: 899px) {

#main {
	width: 76%;
}
.ce_page_teaser, .ce_page_teaser img, .unterseite #main .ce_image {
}

.ce_page_teaser.first {
	max-width: 1150px;
	width: 100%;
	/*height: 323px;*/
	float: none;
}
.projekte .ce_page_teaser.first {
	/*width: 49%;*/
	margin: 0 1% 1% 0;
}
.ce_page_teaser:nth-child(4),
.ce_page_teaser:nth-child(7),
.ce_page_teaser:nth-child(10),
.ce_page_teaser:nth-child(13),
.ce_page_teaser:nth-child(16),
.ce_page_teaser:nth-child(19),
.ce_page_teaser:nth-child(22),
.ce_page_teaser:nth-child(25) {
	margin-right: 0px;
}
.teaser_content p {
    font-size: 11px;
    line-height: normal;
    padding-right: 10px;
	padding-bottom: 5px;
}
.teaser_content h1 {
	font-size: 15px;
}

#home2 .first .teaser_content p {
	padding-right: 100px;
}

.text_gross p {
	width: 100%;
	font-size: 20px;
}

.unterseite #main .ce_image {
	min-height: 217px;
}

.unterseite #kontakt.mod_article .ce_image {
	min-height: 106px;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 470px;*/
	height: 290px;
}
.projekt_feature, .projekt_feature img, .unterseite #main .bild_full {
	width: 488px;
	height: 316px;
}
.unterseite #main .mod_article .ce_text {
	margin: 300px 0 0 -19.5%;
	width: 170px;
	/*position: absolute;*/
}
.unterseite #kontakt.mod_article .ce_text:nth-child(1) p, .unterseite #kontakt.mod_article .ce_text:nth-child(2) p {
    /*top: 42px;*/
    font-size: 12px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(3) p {
   /* top: 60px;*/
    font-size: 12px;
}
.unterseite #kontakt.mod_article .ce_text p {
	/*top: 60px;*/
	font-size: 12px;
}
.unterseite #kontakt.mod_article .text_kontakt.ce_text p,
.unterseite #kontakt.mod_article .text_impressum.ce_text p {
	top: 0px;
}

.unterseite #main #kontakt.mod_article .ce_text {
	/*width: 230px;
	margin: 0px;*/
	position: relative;
	float: left;
	top: 0px;
	/*min-height: 150px;*/
}
.unterseite #main #kontakt.mod_article .text_impressum {
	width: 460px;
}
#left .footer {
	margin-top: 350px;
}

}
/*--------------------------------------------------------------
iPad Portrait 800px
--------------------------------------------------------------*/
@media only screen and (max-width: 800px) {

#main {
	width: 76%;
}
.ce_page_teaser, .ce_page_teaser img, .unterseite #main .ce_image {

}
.ce_page_teaser {
	width: 49%;
	margin: 0 2% 1% 0;
	/*height: 150px;*/
}
.ce_page_teaser.first {
	max-width: 1150px;
	width: 100%;
	/*height: 307px;*/
	float: none;
}

.projekte .ce_page_teaser {
	width: 49%!important;
}


.ce_page_teaser:nth-child(4), .ce_page_teaser:nth-child(7), .ce_page_teaser:nth-child(10), .ce_page_teaser:nth-child(13), .ce_page_teaser:nth-child(16), .ce_page_teaser:nth-child(19), .ce_page_teaser:nth-child(22), .ce_page_teaser:nth-child(25) {
    margin-right: 2%;
}

.ce_page_teaser:nth-child(3),
.ce_page_teaser:nth-child(5),
.ce_page_teaser:nth-child(7),
.ce_page_teaser:nth-child(9),
.ce_page_teaser:nth-child(11),
.ce_page_teaser:nth-child(13),
.ce_page_teaser:nth-child(15),
.ce_page_teaser:nth-child(17),
.ce_page_teaser:nth-child(19),
.ce_page_teaser:nth-child(21),
.ce_page_teaser:nth-child(23),
.ce_page_teaser:nth-child(25),
.ce_page_teaser:nth-child(27) {
	margin-right: 0px;
}
/*.projekte .ce_page_teaser:nth-child(3),
.projekte .ce_page_teaser:nth-child(5),
.projekte .ce_page_teaser:nth-child(7),
.projekte .ce_page_teaser:nth-child(9),
.projekte .ce_page_teaser:nth-child(11),
.projekte .ce_page_teaser:nth-child(13),
.projekte .ce_page_teaser:nth-child(15),
.projekte .ce_page_teaser:nth-child(17),
.projekte .ce_page_teaser:nth-child(19),
.projekte .ce_page_teaser:nth-child(21),
.projekte .ce_page_teaser:nth-child(23),
.projekte .ce_page_teaser:nth-child(25),
.projekte .ce_page_teaser:nth-child(27) {
	margin-right: 1%;
}*/
.unterseite #main #kontakt.mod_article .ce_text:nth-child(3),
.unterseite #main #kontakt.mod_article .ce_text:nth-child(5),
.unterseite #main #kontakt.mod_article .ce_text:nth-child(7),
.unterseite #main #kontakt.mod_article .ce_text:nth-child(9),
.unterseite #main #kontakt.mod_article .ce_text:nth-child(11),
.unterseite #main #kontakt.mod_article .ce_text:nth-child(13),
.unterseite #main #kontakt.mod_article .ce_text:nth-child(15),
.unterseite #main #kontakt.mod_article .ce_text:nth-child(17),
.unterseite #main #kontakt.mod_article .ce_text:nth-child(19),
.unterseite #main #kontakt.mod_article .ce_text:nth-child(21),
.unterseite #main #kontakt.mod_article .ce_text:nth-child(23) {
	margin-right: 1%;
}

.unterseite #main .ce_image {
	min-height: 154px;
}
.unterseite #main .ce_image figure {
	padding-top: 0px!important;
}
.unterseite #main .mod_article .ce_text {
	width: 150px;
}

.unterseite #kontakt.mod_article .ce_image {
	min-height: 152px;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 470px;*/
	height: 290px;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article .map_gesamt {
	width: 99%;
}
.projekt_feature, .projekt_feature img, .unterseite #main .bild_full {
	width: 464px;
	height: 300px;
}
.unterseite #main #kontakt.mod_article .ce_text {
	width: 49%;
	margin: 0 1% 1% 0;
	position: relative;
	float: left;
	top: 0px;
	min-height: 150px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(1) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(2) p {
    /*top: 34px;*/
    font-size: 12px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(3) p {
   /* top: 36px;*/
    font-size: 12px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(6) p {
   /* top: 36px;*/
    font-size: 12px;
}
.unterseite #kontakt.mod_article .ce_text p {
	/*top: 54px;*/
	font-size: 12px;
}
.unterseite #kontakt.mod_article .text_kontakt.ce_text p,
.unterseite #kontakt.mod_article .text_impressum.ce_text p {
	top: 0px;
}
.unterseite #main #kontakt.mod_article .text_impressum {
	width: 460px;
}
#left .footer {
	margin-top: 350px;
}
}
/*--------------------------------------------------------------
small tablett Portrait 767px
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

#left {
	max-width: 140px;
	width: 100%;
	float: left;
	position: absolute;
	left: 0px;
}
#main {
	width: 76%;
}

.ce_page_teaser.first {
	max-width: 1150px;
	width: 100%;
	/*height: 259px;*/
	float: none;
}
#projekte .first.ce_page_teaser .teaser_content {
    min-height: auto;
}
.ce_page_teaser .teaser_content {
	padding-bottom: 25px;
}

.ce_page_teaser:nth-child(4), .ce_page_teaser:nth-child(7), .ce_page_teaser:nth-child(10), .ce_page_teaser:nth-child(13), .ce_page_teaser:nth-child(16), .ce_page_teaser:nth-child(19), .ce_page_teaser:nth-child(22), .ce_page_teaser:nth-child(25) {
    margin-right: 2%;
}
.ce_page_teaser:nth-child(3),
.ce_page_teaser:nth-child(5),
.ce_page_teaser:nth-child(7),
.ce_page_teaser:nth-child(9),
.ce_page_teaser:nth-child(11),
.ce_page_teaser:nth-child(13),
.ce_page_teaser:nth-child(15),
.ce_page_teaser:nth-child(17),
.ce_page_teaser:nth-child(19),
.ce_page_teaser:nth-child(21),
.ce_page_teaser:nth-child(23),
.ce_page_teaser:nth-child(25),
.ce_page_teaser:nth-child(27) {
	margin-right: 0px;
}

#home2 .c33r.last {
    margin-top: 1%;
    margin-right: 0px;
    margin-left: 0;
    width: 65.666%;
    float: left;
}

.text_gross p {
	font-size: 20px;
	line-height: 30px;
}

.unterseite #main .ce_image {
	min-height: 125px;
	width: 99%;
}
.unterseite #main .ce_image figure {
	padding-top: 0px!important;
}

.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 390px;*/
	height: 260px;
}

.projekt_feature, .projekt_feature img, .unterseite #main .bild_full {
	width: 390px;
	height: 252px;
}
.unterseite #main .mod_article .ce_text {
    margin: 0px 0px 0px -25%;
    width: 135px;
    position: absolute;
    top: 230px;
}
.unterseite-referenz.unterseite #main .mod_article .ce_text {
    top: 230px;
}
.unterseite #main .mod_article .ce_text p {
	font-size: 11px;
}
.unterseite #main .mod_article .ce_text h1 {
	font-size: 16px;
}
.impressum.unterseite #main .mod_article .ce_text,
.datenschutz.unterseite #main .mod_article .ce_text {
    top: 70px;
}
.unterseite #main #kontakt.mod_article .ce_text {
	/*width: 190px;
	margin: 0px;*/
	position: relative;
	float: left;
	top: 0px;
	min-height: 130px;
}
.unterseite #kontakt.mod_article .ce_text p {
	/*top: 15px;*/
	font-size: 12px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(1) p,
.unterseite #kontakt.mod_article .ce_text:nth-child(2) p {
    /*top: -3px;*/
    font-size: 12px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(3) p {
    /*top: 15px;*/
    font-size: 12px;
}

.unterseite #main #kontakt.mod_article .text_impressum {
	width: 390px;
}
.unterseite #kontakt.mod_article .text_kontakt.ce_text p,
.unterseite #kontakt.mod_article .text_impressum.ce_text p {
	top: 0px;
}
.mod_navigation ul li {
	width: 120px;
}
#left .footer {
	margin-top: 0px;
	bottom: auto;
	position: relative;
}
}
/*--------------------------------------------------------------
iPone landscape 599px
--------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

#main {
	width: 72%;
}

#left {
	max-width: 120px;
	float: left;
	position: absolute;
	left: 0px;
}
.projekte #main, .unterseite #main  {
	width: 75%;
}
.ce_page_teaser, .ce_page_teaser img, .unterseite #main .ce_image {

}
.projekte .ce_page_teaser {
	width: 100%!important;
}
.ce_page_teaser.first {
	max-width: 1150px;
	width: 100%;
	/*height: 180px;*/
	float: none;
}

.text_gross p {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
}
#kaan-projekte .colcount_2 .col_1 {
	width: 100%;
}
#kaan-projekte .colcount_3 .col_1 {
	width: 100%;
	margin-bottom: 20%;
}
#kaan-projekte .colcount_3 .col_2 {
	width: 100%;
	margin-bottom: 20%;
}
#kaan-projekte .colcount_3 .col_3 {
	width: 100%;
	clear: both;
	float: left;
	margin-left: 0px;
}

.c66l, .c66r {
	width: 99%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.c33l, .c33r, .c33r.last {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.unterseite #main .ce_image {
	min-height: 0px;
}
.unterseite #main .ce_image figure {
	padding-top: 0px!important;
}

.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article .map_gesamt {
	width: 99%;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 290px;*/
	height: 300px;
}
.projekt_feature, .projekt_feature img, .unterseite #main .bild_full {
	width: 290px;
	height: 188px;
}
.unterseite #main .mod_article .ce_text {
	margin: 70px 0 0 -31.5%;
	width: 110px;
	position: absolute;
	bottom: auto;
}
.unterseite #main .mod_article .ce_text p {
	font-size: 11px;
}
.unterseite #main .mod_article .ce_text h1 {
	font-size: 16px;
}
.unterseite #main #kontakt.mod_article .ce_text {
	/*width: 300px;
	margin: 0px;*/
	position: relative;
	float: left;
	top: 0px;
	/*min-height: 200px;*/
	max-height: inherit;
}
.unterseite #kontakt.mod_article .ce_text p {
    top: 0px;
    position: relative;
    opacity: 1;
    color: #fff;
    background: transparent;
}
.unterseite #kontakt.mod_article .ce_text p a {
	color: #fff;
}
.unterseite #kontakt.mod_article .ce_text figure {
	position: relative;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(1) p, 
.unterseite #kontakt.mod_article .ce_text:nth-child(2) p {
    top: 0px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(3) p {
    top: 0px;
}
.unterseite #kontakt.mod_article .ce_text:nth-child(6) p, .unterseite #kontakt.mod_article .ce_text:nth-child(7) p, .unterseite #kontakt.mod_article .ce_text:nth-child(1) p, .unterseite #kontakt.mod_article .ce_text:nth-child(5) p {
	top: 0px;
}

.unterseite #kontakt.mod_article .text_kontakt.ce_text p,
.unterseite #kontakt.mod_article .text_impressum.ce_text p {
	top: 0px;
}
.unterseite #main #kontakt.mod_article .text_impressum {
	width: 300px;
}
.mod_navigation ul li {
	width: 155px;
}
#left .footer {
	margin-top: 0px;
	bottom: auto;
	position: relative;
}
}
/*--------------------------------------------------------------
iPone Portrait 479px
--------------------------------------------------------------*/
@media only screen and (max-width: 479px) {

.projekte #main, .unterseite #main, #main {
	/*max-width: 310px;*/
	width: 61%;
}
#left {
	max-width: 120px;
	width: 100%;
	float: left;
	position: absolute;
	left: 0px;
}

.ce_page_teaser {
	max-width: 310px;
	width: 100%;
	margin: 0 0 2% 0;
	float: right;
}
.ce_page_teaser.first {
	max-width: 310px;
	width: 100%;
	margin-bottom: 4%;
	float: right;
}
.projekte .ce_page_teaser.first {
	max-width: 310px;
	width: 100%;
	/*margin-bottom: 4%;*/
	float: right;
}
.projekte .ce_page_teaser {
	margin-bottom: 3%!important;
}
.ce_page_teaser:nth-child(4), .ce_page_teaser:nth-child(7), .ce_page_teaser:nth-child(10), .ce_page_teaser:nth-child(13), .ce_page_teaser:nth-child(16), .ce_page_teaser:nth-child(19), .ce_page_teaser:nth-child(22), .ce_page_teaser:nth-child(25) {
    margin-right: 0%;
    margin-bottom: 2%;
}
.ce_page_teaser .teaser_content {
	padding: 10px 10px 10px 10px;
}
.ce_page_teaser .teaser_content p {
	padding-right: 0px;
	padding-bottom: 15px;
	font-size: 10px;
}
.teaser_content a.more {
	background-size: 30px 10px;
	right: 10px
}

#home2 .c33r.last {
    width: 100%;
}


#home2 .first .teaser_content p {
	padding-right: 10px;
}

.text_gross p {
	font-size: 14px;
	width: 100%;
	line-height: 22px;
}
#kaan-projekte .colcount_3 .col_3 {
	width: 100%;
	padding-top: 20px;
}


.unterseite #main .ce_image figure {
	padding-top: 0px!important;
}

.unterseite #kontakt.mod_article .ce_image {
	min-height: 106px;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article .map_gesamt {
    width: 100%;
}
.unterseite #kontakt.mod_article iframe, .unterseite #kontakt.mod_article #map_canvas {
	/*width: 160px;*/
	height: 300px;
}
.projekt_feature, .projekt_feature img, .unterseite #main .bild_full {
	width: 160px;
	height: 104px;
}
.unterseite #main .mod_article .ce_text {
	margin: 70px 0 0 -64%;
	width: 110px;
	/*max-width: 310px;*/
	position: absolute;
}
.unterseite #main .mod_article .ce_text .kontakt_text_kurz {
	padding-right: 20px;
}
.unterseite #main .mod_article .ce_text p {
	font-size: 11px;
}
.unterseite #main .mod_article .ce_text h1 {
	font-size: 16px;
}
.unterseite #main #kontakt.mod_article .ce_text {
	width: 100%;
	/*min-width: 310px;*/
	min-width: inherit;
	margin: 0px;
	position: relative;
	float: left;
	top: 0px;
	/*min-height: 300px;*/
	min-height: inherit;
}
.unterseite #main #kontakt.mod_article .ce_text {
	overflow: visible;
	/*min-height: 240px;*/
}
.unterseite #kontakt.mod_article .ce_text p {
    /*top: 105px;*/
    top: 10px!important;
    opacity: 1;
    color: #fff;
    background-color: #333;
    padding: 0px;
    padding-bottom: 30px;
    position: relative;
}
.unterseite #kontakt.mod_article .ce_text figure {
	position: relative;
}
.unterseite #kontakt.mod_article .ce_text p a {
	color: #fff;
}
.unterseite #kontakt.mod_article .text_kontakt.ce_text p,
.unterseite #kontakt.mod_article .text_impressum.ce_text p {
	top: 0px!important;
	padding-bottom: 0px;
}
.unterseite #main #kontakt.mod_article .ce_text.text_kontakt {
	min-height: 0px;
	max-height: none;
}
.unterseite #main #kontakt.mod_article .text_impressum {
	width: 160px;
}
.impressum.unterseite #main .mod_article .ce_text h1,
.datenschutz.unterseite #main .mod_article .ce_text h1,
.impressum.unterseite #main .mod_article .ce_text h2,
.datenschutz.unterseite #main .mod_article .ce_text h2 {
    font-size: 12px;  
}
.impressum.unterseite #main .mod_article .ce_text,
.datenschutz.unterseite #main .mod_article .ce_text ,
.impressum.unterseite #main .mod_article .ce_text ,
.datenschutz.unterseite #main .mod_article .ce_text {
	width: 100%;
}

.mod_navigation ul li {
	width: 120px;
}
#left .footer {
	margin-top: 0px;
	bottom: auto;
	position: relative;
}
}
/*--------------------------------------------------------------
iPone Portrait 320px
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {

.text_gross p {
	font-size: 13px;
	line-height: 20px;
}
#kaan-projekte .colcount_3 .col_1 {
	width: 100%;
}
#kaan-projekte .colcount_3 .col_2 {
	width: 100%;
	padding-top: 40px;
}
#kaan-projekte .colcount_3 .col_3 {
	width: 100%;
	clear: both;
	float: left;
	padding-top: 20px;
}
.c66l, .c66r {
	width: 99%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.c33l, .c33r, .c33r.last {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.unterseite #main .ce_colsetStart {
    margin-bottom: 0%;
}

}

