body { color:#555555; padding:0; margin:0;  font-family: 'Open Sans', sans-serif;  background-color:#fff; height:100%;}
a { text-decoration: none; -moz-transition: all 300ms ease-in-out 0s; -ms-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;  outline: none; }
section { margin: 0;padding: 0; }
::selection { background: #fc6438; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #fc6438; color: #FFFFFF; }
.trans { -moz-transition: all 300ms ease-in-out 0s; -ms-transition: all 300ms ease-in-out 0s; -o-transition: all 300ms ease-in-out 0s; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;  }
/*top*/
#Yukari {  width:30px; height:30px; border-radius:50%; bottom:5px; right:5px; line-height:25px; color:#fff; position:fixed; display:none; cursor:pointer; color:#fff; font-size:21px; background-color:#666666; text-align:center; }
/*header*/
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}
header { 
   width:100%;
   min-height:80%;
   background-image: url(img/head-bg-2.png);
   background-repeat:no-repeat;
   background-position: 50% 110%;
   background-position:right bottom;
   background-color:#fff;
   background-size:35%;
   border-bottom:solid 1px #f2b636f;

}
.header_alt { 
   width:100%;
   min-height:135px;
   background-image: url(img/head-bg-2.png);
   background-repeat:no-repeat;

   background-position:right bottom;
   background-color:#fff;
   background-size:40%;

   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}
.head_top {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.logo {	
    padding-top:30px;
	width:215px;
	float:left;
}
.logo img:hover {
    margin-left:-10px;
}
.logo_2 {
	display:none;
}
.menu {
	float:left;
	margin-top:60px;
	border-left:solid 1px #ffd67e;
	padding-left:35px;
	margin-left:10px;
}
.header_ufalt .headalt_bg {
	width:100%;
	height:111px;
	float:left;
	margin-top:-15px;
	position:fixed;
	z-index:9999;
	background-color:#f5bb3e;
	border-bottom:solid 1px #f4c050;
	-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
}
.header_ufalt .headalt_bg .menu a:hover {
	color:#fff;
}
.header_ufalt .content-2 {
	width:100%;
	height:100px;
	padding-left:0px;
	padding-right:0px;
	margin-top:-15px;
}
.header_ufalt .headalt_ort {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.header_alt .menu {
	border-left:solid 1px #efefef;
}
.menu a {
	font-family: 'Titillium Web', sans-serif;
	margin-right:20px;
	font-size:18px;
	color:#383838;
}
.menu a:hover {
	color:#f8be43;
}
.header_alt .menu a:hover {
	color:#999;
}
.header_alt .menu a:hover i {
	color:#f2b636;
}
.header_alt .menu i {
	color:#383838;
}
.tel a {
	font-family: 'Titillium Web', sans-serif;
	margin-right:20px;
	font-size:18px;
	color:#555;
	text-overflow: ellipsis;
	background-image: url(img/cizgi-sari.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding-bottom: 20px;
}
.tel a:hover {
	opacity:0.7;
}
.header_ufalt .tel a {
	background-image: url(img/cizgi-siyah.png);
}
.tel {
	font-family: 'Titillium Web', sans-serif;
	float:right;
	margin-top:60px;
	text-align:right;
}
.tel span {
padding-top:5px;
padding-bottom:6px;
	padding-left:10px;
	padding-right:5px;
	border-radius:60px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin-right:5px;
	background-color:#383838;
-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
}

.overlay {
	width:95%;
	height:100%;
	position:absolute;
	background-image:url(img/canvas.png);
	z-index:-1;
}
.desktop {
	width:50px;
	height:202px;
	position:fixed;
	margin-left:2%;
	margin-top:12%;
	border-radius:40px;
	z-index:1;
	text-align:center;
	border:solid 1px #383838;
}
.deskList {
	text-align:center;
}
.deskList div {
	background-color:#000;
	width:90px;
	position:absolute;
	margin-top:-33px;
	margin-left:49px;
	display:none;
	color:#fff;
	padding:5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size:15px;
}
.deskList:hover div {
	display:block;
}
.desktop i {
	background-color:#f5f5f5;
	width:15px;
	height:15px;
	line-height:13px;
	color:#000;
	border-radius:50px;
	padding:10px;
	margin-top:12px;
	cursor:pointer;
}
.desktop i:hover {
	background-color:#fff;
	color:#000;
}
.motto {
	width:620px;
	height:360px;
	float:left;
	margin-top:7%;
	font-family: 'Raleway', sans-serif;
}
.mottoBas {
	font-size:42px;
	font-weight:600;
	color:#383838;
	margin-bottom:30px;
}
.mottoBas i {
	font-size:13px;
	color:#de3a1f;
}
.mottoAlt {
	font-size:24px;
	line-height:1.4;
	color:#383838;

}
.mottoInfo {
	color:#f8be43;
	font-weight:700;
	font-size:28px;
}
.banner {
	width:400px;
	height:auto;
	float:right;
	margin-left:7%;
	margin-top:4%;
	overflow:hidden;
	background-color:red;
}
#tels {
	position:absolute;
	margin-top:50px;
	margin-left:-20px;
}
.clear {
	clear:both;
}
.onemli {
    background-image: url(img/cizgi-sari.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding: 7px;
    font-weight: bold;
	padding-bottom:15px;
}
.onemli_2 {
    background-image: url(img/cizgi-siyah.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding: 7px;
    font-weight: bold;
	padding-bottom:15px;
}
.telBut {
	font-family: 'Titillium Web', sans-serif;
	margin-top:50px;
	margin-left:-12px;
}
.telBut a {
	color:#383838;
	font-size:28px;
	margin-left:15px;
	 word-wrap:normal;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
	background-image: url(img/cizgi-sari.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding-bottom: 10px;
}
.telBut i {
padding-top:8px;
padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	border-radius:60px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin-right:5px;
	background-color:#383838;
-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
}
.telBut:hover {
	opacity:0.8;
}
.telBut a:hover {
	opacity:0.8;
}
.telBut span {
	border-radius:6px;
	padding:12px;
	color:#383838;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
	width:205px;
	text-align:center;
	background-color:#f8be43;
-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.18);
	font-size:21px;
}

#f1 {
	font-family: 'Titillium Web', sans-serif;
}
#f2 {
	color:#555;
}
.whatsapp {
	width:50px;
	height:50px;
	line-height:46px;
	color:#ffffff;
	font-size:32px;
	text-align:center;
	position:fixed;
	left:2.555%;
	bottom:50px;
	z-index:999999;
	border-radius:50px;
	background: -moz-linear-gradient(left, #4dc247 0, #2ca826 100%);
background: -webkit-linear-gradient(left, #4dc247 0, #2ca826 100%);
background: linear-gradient(to right, #4dc247 0, #2ca826 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dc247', endColorstr='#2ca826', GradientType=1);
-webkit-box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -9px rgba(0,0,0,0.75);
}
.whatsapp div {
	display:none;
}
.whatsapp a {
	color:#fff;
}
.blink {
-webkit-animation-name: blinker;
-webkit-animation-duration: 2s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: blinker;
-moz-animation-duration: 2s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
animation-name: blinker;
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
0% {
opacity: 1.0
}

50% {
opacity: .0
}

100% {
opacity: 1.0
}
}

@-webkit-keyframes blinker {
0% {
opacity: 1.0
}

50% {
opacity: .0
}

100% {
opacity: 1.0
}
}

@keyframes blinker {
0% {
opacity: 1.0
}

50% {
opacity: .0
}

100% {
opacity: 1.0
}
}
.griBg {
	width:100%;
	min-height:500px;
	background-color:#fbf5f3;
}
.content {
	margin-left:auto;
	margin-right:auto;
	width:90%;
}
.content-2 {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	padding-left:95px;
	padding-right:90px;
}
.bg_01 {
	background-color:#f8be43;
	width:100%;
}
.bgTop {
	background-image:url(img/bg-top.png);
	background-position:left;
	width:100%;
	height:98px;
	margin-top:-15px;
}
.hArrow {
	width:60px;
	height:60px;
	line-height:55px;
	background-color:#f5f5f5;
	text-align:center;
	border-radius:50px;
	margin-left:10%;
	color:#a0d952;
	font-size:32px;
	margin-top:150px;
}
.animate-arrow {
-webkit-animation: pingtoright 1.5s infinite linear;
-moz-animation: pingtoright 1.5s infinite linear;
-o-animation: pingtoright 1.5s infinite linear;
animation: pingtoright 1.5s infinite linear;
}
@-webkit-keyframes pingtoright {
0% {-webkit-transform: translateX(0px);}
50% {-webkit-transform: translateY(5px);}
100% {-webkit-transform: translateX(0px);}
}
@-moz-keyframes pingtoright {
0% {-moz-transform: translateX(0px);}
50% {-moz-transform: translateY(5px);}
100% {-moz-transform: translateX(0px);}
}
@-o-keyframes pingtoright {
0% {-o-transform: translateX(0px);}
50% {-o-transform: translateY(5px);}
100% {-o-transform: translateX(0px);}
}
@keyframes pingtoright {
0% {transform: translateX(0px);}
50% {transform: translateY(5px);}
100% {transform: translateX(0px);}
}
.hkCont {
	width:1300px;
	margin-left:auto;
	margin-right:auto;
	padding-left:35px;
	padding-right:35px;

}
.hkSol {
	margin-top:110px;
	margin-bottom:130px;
	float:left;
	width:250px;
	padding-bottom:50px;
	font-family: 'Titillium Web', sans-serif;
	font-size:43px;
	font-weight:300;
	line-height:1;
	background-image:url(img/bgn-dots.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.hkSol .mottoInfo {
	color:#f2b636;
	margin-top:10px;
}
.hkSol span {
	font-size:43px;
}
.hkSag {
	margin-top:100px;
	margin-bottom:60px;
	float:right;
	width:680px;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
}
.hkSpan {
	font-weight:700;
	color:#fff;
}
.hkBas {
	color:#f2b636;
	font-size:38px;
}
.frap01 {
	position:absolute;
	width:107px;
	height:162px;
	line-height:162px;
	margin-top:105px;
	color:#383838;
	font-family: 'Catamaran', sans-serif;
	background-image:url(img/frap01.png);
	padding-left:3px;
	font-weight:200;
	background-repeat:no-repeat;
}
.frap01 strong {
	font-size:18px;
	opacity:0.4;
}
.frap02 {
position:absolute;
width:162px;
height:107px;
line-height:60px;
text-align:center;
color:#fff;
font-family: 'Catamaran', sans-serif;
background-image:url(img/frap02.png);
padding-left:3px;
font-weight:200;
background-repeat:no-repeat;
margin-left:140px;
}
.frap02 strong {
font-size:18px;
opacity:0.4;
}
.frap03 {
position:absolute;
width:162px;
height:107px;
line-height:60px;
text-align:center;
color:#383838;
font-family: 'Catamaran', sans-serif;
background-image:url(img/frap03.png);
padding-left:3px;
font-weight:200;
background-repeat:no-repeat;
margin-top:-0px;
margin-right:120px;
right:0;
}
.frap03 strong {
font-size:18px;
opacity:0.4;
}
.frap04 {
position:absolute;
width:162px;
height:107px;
line-height:60px;
text-align:center;
color:#383838;
font-family: 'Catamaran', sans-serif;
background-image:url(img/frap04.png);
padding-left:3px;
font-weight:200;
background-repeat:no-repeat;
margin-left:140px;
}
.frap04 strong {
font-size:18px;
opacity:0.4;
}
.frap05 {
	margin-left:auto;
	margin-right:auto;
width:162px;
height:107px;
line-height:60px;
text-align:center;
color:#383838;
font-family: 'Catamaran', sans-serif;
background-image:url(img/frap03.png);
padding-left:3px;
font-weight:200;
background-repeat:no-repeat;
margin-top:-130px;
}
.frap05 strong {
font-size:18px;
opacity:0.4;
}
.imza {
	font-family: 'Caveat', cursive;
	font-size:32px;
	font-weight:100;
}
.imzaInfo {
	font-size:14px;
	color:#555;
	margin-top:-12px;
	margin-left:125px;
	font-style:italic;
	opacity:0.6;
}
.hzBg {
	width:100%;
	height:auto;
	background-color:#f8f8f8;
	padding-top:100px;
	padding-bottom:-10px;
	   background-image: url(img/hz-bg.png);
   background-repeat:no-repeat;
  
   background-position:left top;
}
.hzBg-2 {
	width:100%;
	height:auto;
	background-color:#383838;
	padding-top:130px;
	padding-bottom:40px;
	   background-image: url(img/hz-bg.png);
   background-repeat:no-repeat;
  
   background-position:left top;
}
.kBg {
	width:100%;
	height:auto;
	background-color:#383838;
	padding-top:60px;
	padding-bottom:160px;
}
.kBg #il-form {
	color:#fff;
}
.kBg .ilList a, .kBg #f3 {
	color:#fff;
}
.refBg {
	width:100%;
	height:auto;
	padding-top:100px;
	padding-bottom:130px;
}
.baslik1 {
	font-size:44px;
	color:#383838;
	margin-bottom:35px;
	text-align:center;
}
.baslik1 strong {
	font-weight:650;
}
.baslikMotto {
	margin-top:0px;
	font-size:28px;
	line-height:1.4;
	font-weight:normal;
	color:#383838;
		text-align:center;
	font-family: 'Titillium Web', sans-serif;
}
.baslik2 {
	font-family: 'Titillium Web', sans-serif;
	font-size:26px;
	color:#383838;
	font-weight:500;
	margin-top:20px;
	line-height:1.2;
}
.baslik2 strong {
	font-weight:700;
	text-overflow: ellipsis;
	background-image: url(img/cizgi-beyaz.png);
    background-repeat: no-repeat;
    background-position: 60% 100%;
    padding-bottom: 10px;
}
.hz-list {
  width: 100%;
  padding:0px;
	margin:0px;
	list-style:none;
 padding-top:50px;
}
.hz-list::after {
  clear: both;
  content: "";
  display: table;
}
.hz-list > li {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  border-radius: .25em;
 cursor:pointer;
 min-height:133px;
 padding:10px;
 border-bottom:solid 1px #f8be43;
font-family: 'Titillium Web', sans-serif;
}

.hz-list > li:hover div {
	color:#000;
}
.hz-list > li:hover i {
	background-color:#000;
	color:#fff;
}
.hz-list div {
	font-weight:bold;
	font-size:21px;
	color:#383838;
	margin-bottom:-10px;
}
.hz-list i {
	background-color:#fff;
	color:#383838;
	width:55px;
	height:55px;
	text-align:center;
	line-height:55px;
	border-radius:50px;
	font-size:20px;
	margin-bottom:10px;
	margin-right:5px;
}
.hz-list span {
	font-size:17px;
	line-height:1.3;
	float:right;
	margin-left:65px;
	color:#383838;
}
@media only screen and (min-width: 768px) {
.hz-list {
    margin: 0em auto;
}
.hz-list > li {
    width: 45.666%;
    float: left;
    margin-right: 4%;
	 margin-bottom: 3%;
}
.hz-list > li:nth-of-type(2n) {
    margin-right: 0;
}
}

.line {
	border-bottom:solid 1px #d29514;
	margin-top:60px;
}
.line-2 {
	border-bottom:solid 1px #efefef;
	margin-top:30px;
	margin-bottom:30px;
}
.span6 {
width:32%;
float:left;
font-size:22px;
cursor:pointer;
margin-right: 13px;
-webkit-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
background-color:#fff;
}

.span6 img {
	width:100%;
	margin-bottom:-5px;
}
.span6:hover {
	opacity:0.7;
}
.img-hover-zoom {
  height: auto;
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform .5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
.aBaslik {
	font-size:44px;
	font-family: 'Titillium Web', sans-serif;
	text-align:center;
	color:#f3bb07;
}
.aMotto {
	text-align:center;
	font-size:21px;
	font-family: 'Titillium Web', sans-serif;
	color:#fff;
}
.line-3 {
width:50px;
margin-left:auto;
margin-right:auto;
border-top:solid 1px #d29514;
margin-top:20px;
margin-bottom:20px;
}
.teklifButs {
margin-left:auto;
margin-right:auto;
color:#383838;
font-size:18px;
width:310px;
line-height:50px;
cursor:pointer;
margin-top:30px;
text-align:center;
background-color:#fff;
border-radius:40px;
font-family: 'Titillium Web', sans-serif;
-webkit-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
}
.teklifButs a {
color:#383838;
}
.teklifButs a:hover {
	opacity:0.7;
}
.teklifButs:hover {
	opacity:0.7;
}
#an {
	background-image:url(img/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-image: url(img/an-bg.png);
   background-repeat:no-repeat;
   background-position: 50% 110%;
   background-position:right bottom;
}
#hz {
	background-image: url(img/hz-bg-2.png);
   background-repeat:no-repeat;
   background-position: 50% 110%;
   background-position:center top;
}
.refBas {
	padding:15px;
}
.refBas div {
	font-weight:bold;
	font-size:16px;
	margin-bottom:-7px;
	font-family: 'Titillium Web', sans-serif;
}
.refBas span {
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
}
.blogList {
width:450px;
height:200px;
float:left;
overflow:hidden;
margin-right:29px;
margin-bottom:15px;
padding-bottom:20px;
font-family: 'Titillium Web', sans-serif;
}
.blogList:nth-of-type(2n) {
    margin-right: 0;
	float:right;
}
.blogTxt {
	height:120px;
	overflow:hidden;
}
.blogKat {
	font-size:14px;
	margin-top:7px;
	padding-top:6px;
	padding-bottom:7px;
	opacity:0.8;
	border-radius:4px;
	border-bottom:solid 1px #efefef;
}
.blogKat div {
	float:right;
	font-size:12px;
	margin-top:1px;
}
.blogKat i {
	color:#e55e4b;
}
.blogList h2 {
padding:0;
margin:0;
 overflow: hidden; /* taşacak kısımları gizle. */
 white-space: nowrap; /* alt satırı gösterme, alt satıra inme. */
 text-overflow: ellipsis; /* uzunsa sonuna üç nokta koy. */ 
margin-bottom:10px;
font-family: 'Titillium Web', sans-serif;
}
.blogList h2 a {
color:#3e4349;
font-size:22px;
}
.blogList h2 a:hover {
color:#797979;
}
.blogList:hover a {
color:#797979;
}
.blogList a {
color:#555;
}

.blogList p {
padding:0;
margin:0;
font-family: 'Titillium Web', sans-serif;
}
.blogList p.ilkharf:first-letter {
font-size:37px;
float: left;
line-height: 1em;
color:#f8be43;
font-weight:700;
margin-top:1px;
margin-right:0px;
}
.tumButs {
color:#3e4349;
font-weight:300;
font-size:18px;
border-radius:6px;
width:150px;
line-height:50px;
cursor:pointer;
text-align:center;
margin-top:20px;
text-transform:uppercase;
background-color:#f3bb07;
font-family: 'Titillium Web', sans-serif;
-webkit-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
}
.tumButs i {
	background-color:#383838;
	padding:7px;
	color:#fff;
	border-radius:50px;
}
.tumButs:hover {
	opacity:0.8;
}
.tumButs a {
color:#3e4349;
}
.tumButs strong {
	font-weight:600;
}

#f2 {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.paralBg {
width:100%;
min-height:150px;
background-repeat:no-repeat;
background-color:#cdd5d5;
text-align:center;
line-height:150px;
color:#fff;
font-size:42px;
}
.paralBg i {
height:70px;
width:70px;
line-height:72px;
border-radius:50%;
background-color:#f8be43;
}
section.module.parallax {
background-position:center center;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100%;
}
section.module.parallax-1 {
background-size:100%;
background-image: url("img/parallax.jpg");
}
.ilList {
	width:325px;
	float:left;
	margin-right:25px;
	height:45px;
	margin-top:10px;
	font-size:18px;
	color:#383838;
	font-family: 'Titillium Web', sans-serif;
}
.ilList:nth-of-type(4n) {
    margin-right: 0;
}
.ilList i {
	background-color:#f3bb07;
	width:40px;
	height:40px;
	line-height:40px;
	margin-bottom:50px;
	text-align:center;
	border-radius:60px;
	float:left;
	font-size:21px;
	margin-right:10px;

}
#f3 {
	line-height:1.3;
}
#f3:hover {
	color:#000;
}
#f4 {
	line-height:2.1;
}
.ilList a {
	font-size:18px;
	color:#383838;
}
.ilList a:hover {
	opacity:0.7;
}
#in1 {
	width:100%;
	padding:16px;
	margin-right:10px;
	border:none;
	border-radius:4px;
	color:#383838;
	margin-top:10px;
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
	-webkit-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
}
#in1:nth-of-type(2n) {
    margin-right: 0;
}
#in1:focus, #in2:focus {
    background-color: #f7c936;
}
input {	outline:none;}
#in2 {
	width:100%;
	padding:16px;
	margin-right:35px;
	border:none;
	border-radius:4px;
	color:#383838;
	margin-top:10px;
	font-size:16px;
		outline:none;
	font-family: 'Titillium Web', sans-serif;
	-webkit-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
}
#in1:hover, #in2:hover {
	opacity:0.9;
}
#il-form {
	float:right;
	margin-top:25px;
	font-family: 'Titillium Web', sans-serif;
}
#il-form i {
	color:#f2b636;
}
footer {
	width:100%;
	height:auto;
	background-color:#f3bb07;
	padding-top:0px;
	padding-bottom:20px;
	font-family: 'Titillium Web', sans-serif;
}
.footer_2 {
	width:100%;
	height:auto;
	background-color:#fff;
	padding-top:0px;
	padding-bottom:20px;
	font-family: 'Titillium Web', sans-serif;
}
.footSol {
	width:200px;
	float:left;
	font-size:16px;
	font-weight:500;
	
}
.footSag {
	width:200px;
	float:right;
	font-size:15px;
	margin-top:25px;
}
.footSol img {
	margin-top:20px;
	margin-left:-5px;
}
.footSol img:hover {
	margin-left:-20px;
}
.footSol strong {
	font-weight:600;
	color:#fff;
	font-size:17px;
}
.fid {
	font-size:7px;
	color:#de3a1f;
	opacity:0.7;
}
.footSol a {
	color:#383838;
}
.footSol a:hover {
	opacity:0.7;
}
.footUrl {
	width:76%;
	float:right;
}
.footUrl div {
color:#3e4349;
font-weight:300;
font-size:13px;
border-radius:40px;
width:175px;
line-height:37px;
cursor:pointer;
text-align:center;
margin-bottom:10px;
float:right;
background-color:#fff;
margin-left:10px;
-webkit-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.75);
}
.footUrl div:hover {
	background-color:#f8be43;
}
.footUrl div a {
color:#3e4349;
}
.blogSol {
	width:20%;
	float:left;
	padding-top:20px;
}
.blogSag {
	width:78.222%;
	float:right;
	min-height:500px;
	border-left:solid 1px #f5f5f5;
		padding-bottom:50px;
}
.bkList { width:100%; height:40px; line-height:40px; font-size:15px; margin-left:5px; border-bottom:solid 1px #fafafa;}
.bkList i { width:20px; color:#fec400;}
.bkList a { color:#6a6a6a; }
.bkList a:hover { color:#000; }
.navTop {
	line-height:70px;
	height:70px;
	font-size:28px;
	color:#fff;
	padding-left:35px;
	background-color:#f2b636;
	margin-bottom:40px;
}
.navTop h1 {
	font-weight:500;
	font-size:28px;
	padding:0px;
	margin:0px;
}
.navTop a {
	color:#fff;
}
.navTop a:hover {
	opacity:0.8;
}
.blogList_alt {
	margin-left:38px;
	margin-right:38px;
	border-bottom:solid 1px #f5f5f5;
	padding-bottom:15px;
	color:#616161;
	margin-bottom:20px;
}
.blogList_alt a {
	color:#f2b636;
}
.blogList_alt a:hover {
	color:#555;
}
.blogList_alt h2 {
	font-size:19px;
	font-weight:600;
}
.blogTxt_alt {
	font-size:15px;
	margin-bottom:20px;
	color:#616161;
	font-family: 'Titillium Web', sans-serif;
}
.blogLast {
	font-size:13px;
}
.blogLast a {
	color:#616161;
}
.blogBulb {
	background-color:#ccc;
	width:10px;
	height:10px;
	border-radius:50px;
	float:left;
	margin-left:-44px;
	margin-top:8px;
}
.blogList_alt:hover .blogBulb {
	background-color:#f2b636;
}
.blgTel { font-size:18px; width:100%; display:inline-block; background-color:#fafafa; line-height:50px; border-radius:3px; margin-top:30px;} 
.blgTel a {color:#555;} 
.blgTel a:hover {color:#ec5e26;}
.blgTel i { font-size:16px; width:35px; height:35px; line-height:36px; border-radius:50px; margin-left:10px; margin-right:5px; background-color:#383838; color:#fff; text-align:center;}

.pager_links a{ color:#555; margin:2px; padding-left:11px; padding-right:11px; padding-top:5px; padding-bottom:5px; background-color:#f5f5f5; border-radius:50px; -webkit-transition:all .5s ease .25s;transition:all .5s ease .25s;}
.pager_links a:hover { opacity:0.7;}
.pagBg {
	margin-bottom:40px;
	margin-left:40px;
	margin-top:50px;
}
.txt_2 {
	padding:30px;
	margin-top:-85px;
	font-size:17px;
	font-family: 'Titillium Web', sans-serif;
}
.txt_2 a {
    color:#f2b636;
}
.txt_2 a:hover{
    opacity:0.7;
}
.txt_2 img {
	max-width:100%;
}
.txt_2 img:hover {
	opacity:0.8;
}
.txt_2 h2 {
	font-size:23px;
	font-weight:600;
	color:#f2b636;
}
.aSonuc {
	text-align:center;
	margin-top:110px;
	margin-bottom:110px;
}
/*sidebar*/
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 220px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
  background-color:#383838;
  text-align:left;
-webkit-box-shadow: inset -1px 0px 12px -1px rgba(0,0,0,0.13);
-moz-box-shadow: inset -1px 0px 12px -1px rgba(0,0,0,0.13);
box-shadow: inset -1px 0px 12px -1px rgba(0,0,0,0.13);
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -220px;
  right: auto;
}
.sidMenu {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	border-radius:60px;
	margin-top:15px;
	margin-bottom:0px;
	display:none;
	color:#fff;
	text-transform:uppercase;
	line-height:45px;
	text-align:center;
	font-size:18px;
background: -moz-linear-gradient(left, #f7c04b 0, #e6a720 100%);
background: -webkit-linear-gradient(left, #f7c04b 0, #e6a720 100%);
background: linear-gradient(to right, #f7c04b 0, #e6a720 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c04b', endColorstr='#e6a720', GradientType=1);
-webkit-box-shadow: 0px 0px 14px -13px rgba(0,0,0,0.98);
-moz-box-shadow: 0px 0px 14px -13px rgba(0,0,0,0.98);
box-shadow: 0px 0px 14px -13px rgba(0,0,0,0.98);
}
.sidPad {
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
	font-family: 'Titillium Web', sans-serif;
}
.sidPad div {
	line-height:38px;
	border-bottom:solid 1px #444;
}
.sidPad a {
	color:#efefef;
}
.sidLogo {
	background-color:#efefef;
	height:75px;
	width:220px;
}
.sidLogo img {
	margin-left:17px;
	margin-top:10px;
}
.hzList-2 {
	width:310px;
	margin-right:20px;
	height:auto;
	display:inline-block;
	font-size:17px;
 	-webkit-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.18);
box-shadow: 0px 0px 29px -19px rgba(0,0,0,0.18);
margin-top:55px;
border-radius:20px;

padding-bottom:-5px;
}

.hzList-2:nth-child(8) {
	margin-right:0px;
}
.hzList-2 img {
	width:100%;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.hzList-2:hover img {
	opacity:0.7;
}
#fotCiz {

	padding-left:0px;
	line-height:60px;
background: -moz-linear-gradient(left, #f8c934 0, #ddac10 100%);
background: -webkit-linear-gradient(left, #f8c934 0, #ddac10 100%);
background: linear-gradient(to right, #f8c934 0, #ddac10 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8c934', endColorstr='#ddac10', GradientType=1);
margin-top:-90px;
z-index:5;
position:relative;
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.hzList-2 a {
	color:#383838;
}
.sol {
	width:600px;
	float:left;
	margin-top:50px;
}
.sol iframe {
	width:90%;
	height:240px;
	border-radius:12px;
	margin-top:20px;
}
.sag {
	width:400px;
	float:right;
	margin-top:30px;
}
.sirala {
	margin-bottom:5px;
}
.sirala i {
padding-top:7px;
padding-bottom:7px;
	padding-left:7px;
	padding-right:7px;
	border-radius:60px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin-right:5px;
	background-color:#383838;
-webkit-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);
box-shadow: 0px 0px 34px -13px rgba(0,0,0,0.58);

}
#uberuns {
	background-color:#383838;
}
.tops {
	width:100%;
	height:90px;
	background-image:url(img/tops-bg.png);
}
.tops_2 {
	width:100%;
	height:90px;
	background-image:url(img/tops-bg-2.png);
	margin-top:-80px;
}
/*datenschutz*/
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555;
	background-color:#efefef;
	height:50px;
font-size:14px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert a {
    text-decoration: underline
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.cookiealert div {
	float:left;
	width:70%;
	line-height:35px;
margin-top:10px;
margin-left:30px;
}
.cookiealert button {
	background-color:#f8be43;
	color:#383838;
	border:none;
	padding:10px;
	border-radius:2px;
	cursor:pointer;
	text-transform:uppercase;
	float:right;
font-weight:bold;
margin-top:7px;
margin-right:30px;
}
.cookiealert a {
color:#ac1111;
}
/*datenschutz*/
.dil_2 {
	display:none;
}
.dil {
	height:30px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	text-align:center;
	position:absolute;
	margin-left:741px;
	font-size:12px;
	text-decoration:uppercase;
    border:solid 1px #efefef;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}
.dil:hover {
	background-color:#f8be43;
	border:solid 1px #f8be43;
}
.dil:hover .dil div {
	border-left:solid 1px #fff;
}
.dil a {
	color:#555;
}
.dil div {
	float:right;
	margin-left:5px;
	padding-left:5px;
	border-left:solid 1px #efefef;
	margin-top:5px;
}
.dil img {
	width:25px;
	float:left;
	margin-top:1px;

}
 /**mobil**/
@media only screen and (max-width: 900px) {
.cookiealert {
	height:auto;
	padding-bottom:15px;
}
.cookiealert div {
	line-height:1.3;
}
.cookiealert button {
	margin-top:-25px;
}
.dil {
	display:none;
}
.dil_2 {
	height:30px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	text-align:center;
width:80px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-decoration:uppercase;
    border:solid 1px #efefef;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	display:block;
	
}
.dil_2:hover {
	background-color:#f8be43;
	border:solid 1px #f8be43;
}
.dil_2:hover .dil div {
	border-left:solid 1px #fff;
}
.dil_2 a {
	color:#555;
}
.dil_2 div {
	float:right;
	margin-left:5px;
	padding-left:5px;
	border-left:solid 1px #efefef;
	margin-top:6px;
}
.dil_2 img {
	width:25px;
	float:left;
	margin-top:2px;

}
.logo_2 {	
    padding-top:30px;
	width:215px;
	display:block;
	margin-left:15px;
	margin-bottom:-20px;
}
.logo_2  img:hover {
    margin-left:-10px;
}
.hzList-2 {
	width:90%;
	margin-left:4%;
	margin-right:auto;
}
.sol {
	width:100%;
	float:none;
	margin-top:50px;
}
.sol iframe {
	width:100%;
	height:240px;
	border-radius:12px;
	margin-top:20px;
}
.sag {
	width:100%;
	float:none;
	margin-top:60px;
}
.hzList-2:nth-child(8) {
	margin-left:auto;
}
#uberuns {

	padding-top:20px;
	padding-bottom:10px;
}
.sidr, .sidMenu {
display:block;
}
.logo, .menu, .desktop, .tel, .headalt_bg, .footUrl {
display:none;
}
header { 
background-image:none;
min-height:auto;
padding-bottom:50px;
}
.content-2 {
	width:90%;
	padding-left:0px;
	padding-right:0px;
}
.motto {
	width:100%;
	height:auto;
	float:none;
	margin-top:0px;
	padding-top:40px;

}
.telBut a {
	margin-left:0px;
}
.telBut span {
	padding-left:30px;
	padding-right:30px;
	margin-bottom:15px;
	display:block;
	width:250px;
}
.frap02, .frap03, .frap04, .frap05 {
position:relative;
margin-left:auto;
margin-right:auto;
}
#non {
	display:none;
}
.frap04 {
	margin-bottom:-85px;
}
.baslik1 {
	margin-top:40px;
}
.hkSol {
	margin-top:50px;
	margin-bottom:0px;
	float:none;
	width:100%;
	padding-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}
.hkSag {
	margin-top:30px;
	margin-bottom:70px;
	float:none;
	width:100%;
}
.hzBg {
	margin-top:-105px;
}
.hz-list i {
	margin-right:15px;
	margin-left:-10px;
}
.span6 {
width:100%;
float:none;
}
#f2 {
	width:100%;
}
#an {
	background-image:url(img/arrow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.aBaslik {
	margin-top:40px;
}
.blogList {
width:100%;
height:auto;
float:none;
}
.blogList:nth-of-type(2n) {
    margin-right: 0;
	float:none;
}
#fda {
	margin-top:-05px;
}
#fds {
	font-size:35px;
	margin-top:-10px;
}
#f3 {
	margin-bottom:15px;
}
#fdc {
	margin-top:-50px;
	font-size:35px;
}
#in1 {
width:92.555%;
margin-right:0px;
}
#in2 {
width:92.555%;
margin-right:0px;
}
#il-form {
	margin-top:35px;
}
footer {
	padding-top:60px;
	padding-bottom:40px;
}
.blogSol {
	width:100%;
	float:none;
	padding-top:20px;
}
.blogSag {
	width:100%;
	float:none;
	min-height:auto;
	border-left:none;
	border-bottom:solid 1px #f5f5f5;
	padding-bottom:50px;
}
.blgTel { 
margin-bottom:30px;
line-height:60px;
height:65px;
font-size:24px;
}
.blgTel i {
	margin-top:15px;
	float:left;
	margin-right:10px;
}
.blogList_alt {
	margin-left:0px;
	margin-right:0px;
}
.pagBg {
	margin-left:0px;
	margin-top:40px;
}
#pid {
	display:block;
	width:100%;
	float:none;
	text-align:center;
}
.txt_2 {
	padding:0px;
	margin-top:-25px;
		padding-bottom:50px;
}
.whatsapp {
    bottom:20px;
	left:20px;

}
}