@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.06.2018, 13:03:46
    Author     : michelle
*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url("//fonts.googleapis.com/css?family=Roboto:400, 100, 700, 500");
@import url("//fonts.googleapis.com/css?family=Roboto+Slab:400, 700, 100, 300");

/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 300px;
  background: #f8e7ba;
  color: #6d6b71;
  font: 14px/20px "Roboto", Arial, sans-serif;
  font-size: 17px !important;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

* {
  -webkit-text-size-adjust: none;
}

h1 {
  font: 48px/48px "Roboto Slab", Arial, sans-serif;
  position: relative;
  display: block;
  margin: 0;
  margin-top: 38px;
  margin-left: -2px;
  color: #f07c01;
}

h1 img {
  max-width: inherit;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }
}

h2 {
  font: 30px/34px "Roboto Slab", Arial, sans-serif;
  color: #f07c01;
  margin-top: 45px;
}

h3 {
  font: bold 24px/28px "Roboto Slab", Arial, sans-serif;
  color: #f07c01;
  margin-top: 45px;
}

h4 {
  font: bold 18px/20px "Roboto Slab", Arial, sans-serif;
  color: #f07c01;
  margin-top: 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 3px;
}

h5 {
  font: 18px/20px "Roboto Slab", Arial, sans-serif;
  color: #6d6b71;
  margin-top: 24px;
  letter-spacing: 1px;
  margin-bottom: -7px;
}

/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 3px 0 16px;
  position: relative;
  z-index: 100;
}

#header.content_header {
  background: url(/fileadmin/template/images/hline2.png) 0 bottom repeat-x;
  padding-bottom: 18px;
}

/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 21px;
}

strong {
  font-weight: bold !important;
}

.sf-menu {
  /*float: right;*/
}

.sf-menu>li {
  float: left;
  position: relative;
  margin: 0 15px 0 0px;
}

.sf-menu>li:last-child,
.sf-menu>li#last-li {
  margin: 0;
}

.sf-menu>li+li:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  height: 22px;
  left: -7px;
  top: 22px;
  background: url(/fileadmin/template/images/vline.png) repeat-y 0 0;
}

.sf-menu>li>a {
  display: inline-block;
  padding: 19px 17px;
  font: 18px/24px "Roboto Slab", Arial, sans-serif;
  color: #6d6b71;
  background: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}

.sf-menu>li>a:hover {
  color: #fff;
  background: #f07c01;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu>li>a:hover strong {
  width: 100%;
  opacity: 1;
}

.sf-menu>li>a.sf-with-ul:after {
  content: "";
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}

.sf-menu>li>a strong {
  width: 0%;
  height: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: @hcolor;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
}

.sf-menu>li>a strong:before {
  content: "";
  /*display: block;
  					width: 0; 
  					height: 0; 
  					border-left: 7px solid transparent;
  					border-right: 7px solid transparent;
  					border-bottom: 7px solid #fa9183; 
  					position: absolute;
  					top: -5px;
  					left: 50%;
  					margin-left: -3px;*/
}

.sf-menu>li.current>a,
.sf-menu>li.sfHover>a {
  color: #fff;
  background: #f07c01;
}

.sf-menu>li.current>a strong,
.sf-menu>li.sfHover>a strong {
  width: 100%;
  opacity: 1;
}

.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu ul {
  position: absolute;
  top: 60px;
  left: 0px;
  background: #f07c01;
  padding: 15px 40px 10px;
  width: 293px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul li {
  position: relative;
  text-align: left;
  line-height: 26px;
}

.sf-menu ul li a {
  font: 18px/22px "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.sf-menu ul li a:hover {
  color: #ed9360;
}

.sf-menu ul li a.sf-with-ul:after {
  /*content: '´äç';*/
  font-family: "FontAwesome";
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: 0;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}

.sf-menu ul li.sfHover>a {
  color: #ed9360;
}

.sf-menu ul ul {
  position: relative;
  top: -25px;
  left: 0px;
  background: #f07c01;
  background: none;
  padding: 10px 10px;
  padding-bottom: 0;
  z-index: 4;
}

.sf-menu ul ul li {
  /*line-height: 30px;*/
}

.sf-menu ul ul li a {
  color: #fff;
}

/* First level sub-menu styles - submenu
========================================================*/
/* Second level sub-menu styles - submenu2
========================================================*/
@media only screen and (max-width: 1199px) {
  .sf-menu>li>a {
    padding: 19px 2px;
  }
}

@media only screen and (max-width: 979px) {
  .sf-menu>li {
    margin-right: 6px;
  }

  .sf-menu>li>a {
    padding: 19px 3px;
  }

  .sf-menu>li+li:before {
    left: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #f07c01;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}

/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 0px 0 0px;
  z-index: 999;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #ddd;
}

.isStuck h1,
.isStuck .txt1,
.isStuck .txt2 {
  /*height: 100px;*/
  display: none;
}

.isStuck .sf-menu>li>a {
  padding-top: 7px;
  padding-bottom: 7px;
}

.isStuck .sf-menu>li:before {
  top: 5px;
}

.isStuck nav {
  margin-top: 0;
}

.isStuck .sf-menu ul.submenu {
  top: 37px;
}

/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

a:hover {
  color: #f07c01;
  text-decoration: none;
}

a.link1 {
  color: 0;
}

a.link1:hover {
  color: #eb6654;
}

a.link2 {
  text-decoration: underline;
}

a.link2:hover {
  color: #f07c01;
  text-decoration: underline;
}

.txt1 {
  font: 30px/30px "Roboto Slab", Arial, sans-serif;
  color: #6d6b71;
  margin-top: 30px;
  letter-spacing: 3px;
}

.txt2 {
  font: 500 14px/18px "Roboto", Arial, sans-serif;
  color: #6d6b71;
  margin-top: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.txt3 {
  font: 100 48px/50px "Roboto Slab", Arial, sans-serif;
  color: #fff;
  margin-top: 17px;
  letter-spacing: 2px;
}

.txt4 {
  font: 30px/34px "Roboto Slab", Arial, sans-serif;
  color: #fff;
  margin-top: 6px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.txt5 {
  font: 48px/48px "Roboto Slab", Arial, sans-serif;
  color: #fff;
  margin-top: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 60px;
}

.color1 {
  color: #f07c01;
}

.color2,
.color3 {
  color: #fff;
}

.box,
.box2,
.box3 {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.fw400 {
  font-weight: 400;
}

.fw600 {
  font-weight: 600;
}

.max_width1 {
  max-width: 170px;
}

.d-inlbl {
  display: inline-block;
}

.fz15 {
  font-size: 15px;
}

.circle {
  overflow: hidden;
  border-radius: 1000px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.wrapper a {
  text-decoration: underline;
}

.txt_upp {
  text-transform: uppercase;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_cntr {
  text-align: center;
}

.txt_ital {
  font-style: italic;
}

.txt_line_through {
  text-decoration: line-through;
}

.pos_rel {
  position: relative;
}

.txt_und {
  text-decoration: underline;
}

.padTop1 {
  padding-top: 10px;
}

.padBot1 {
  padding-bottom: 10px;
}

.padLeft1 {
  padding-left: 10px;
}

.padRight1 {
  padding-right: 10px;
}

.mar1 {
  margin: 0 7px;
}

.marTop0 {
  margin-top: 0px;
}

.marTop1 {
  margin-top: 7px;
  display: inline-block;
}

.marTop2,
.marTop3 {
  margin-top: 25px;
}

.marTop4 {
  margin-top: 17px;
}

.marTop5 {
  margin-top: 23px;
}

.vline1 {
  position: relative;
}

.vline1:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  height: 57px;
  left: -32px;
  top: 7px;
  background: url(/fileadmin/template/images/vline.png) repeat-y 0 0;
}

.hline {
  width: 100%;
  height: 2px;
  background: url(/fileadmin/template/images/hline2.png) 0 0 repeat-x;
  margin-top: 60px;
  margin-bottom: 52px;
}

p {
  margin-top: 18px;
}

img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}

.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

.img1 {
  margin-top: 30px;
}

.img2 {
  margin-top: 37px;
}

.img3 {
  margin-top: 27px;
}

.img4 {
  margin-top: 27px;
  margin-right: 30px;
  float: left;
}

.img5 {
  margin-top: 29px;
}

blockquote {
  padding-left: 53px;
  padding-bottom: 20px;
  background: url(/fileadmin/template/images/quote_sign.png) 0 5px no-repeat;
  margin-top: 24px;
  overflow: hidden;
}

blockquote p {
  margin-top: 0;
}

blockquote h5 {
  margin-top: 10px;
  margin-bottom: 0;
}

.num_section {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #a01861;
  float: left;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  display: block;
  margin-top: 16px;
  font: 36px/60px "Roboto Slab", Arial, sans-serif;
  margin-right: 40px;
}

.num_section:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #a01861;
  position: absolute;
  top: 19px;
  right: -10px;
  margin-left: -3px;
}

.num_section.v2 {
  background: #bc1a71;
}

.num_section.v2:before {
  border-left: 10px solid #bc1a71;
}

.num_section.v3 {
  background: #f07c01;
}

.num_section.v3:before {
  border-left: 10px solid #f07c01;
}

.num_section.v4 {
  background: #6d6b71;
}

.num_section.v4:before {
  border-left: 10px solid #6d6b71;
}

.date_section {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #a01861;
  float: left;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  display: block;
  margin-top: 10px;
  font: bold 36px/37px "Roboto Slab", Arial, sans-serif;
}

.day {
  font: bold 36px/37px "Roboto Slab", Arial, sans-serif;
  margin-top: 8px;
  display: block;
}

.month {
  font: 300 10px/12px "Roboto", Arial, sans-serif;
  margin-top: 3px;
  display: block;
}

/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 25px;
  padding-bottom: 20px;
}

.listWithMarker li {
  display: block;
  padding-left: 18px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}

.listWithMarker li:before {
  position: absolute;
  content: "\f105";
  font: normal normal 14px/17px "FontAwesome";
  color: #f07c01;
  top: 1px;
  left: 0;
}

.listWithMarker li a {
  color: #f07c01;
  text-decoration: none;
  font: 14px/20px "Roboto", Arial, sans-serif;
}

.listWithMarker li a:hover {
  color: #6d6b71;
}

.listWithMarker li.current a {
  color: #6d6b71;
}

/*========================================================
										BUTTONS
=========================================================*/
.more_arr {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid 0;
  text-align: center;
  color: 0;
}

.more_arr i {
  font: normal normal 35px/50px "FontAwesome";
}

.more_arr:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #f07c01;
}

.more_arr2 {
  display: inline-block;
  margin-top: 50px;
  color: #f8e7ba;
  font: 18px/22px "Roboto Slab", Arial, Helvetica, sans-serif;
  width: 100%;
}

.more_arr2 .arr_holder1 {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f8e7ba;
  color: #f8e7ba;
  margin-top: -15px;
  margin-left: 4px;
  text-align: center;
  font: normal normal 35px/50px "FontAwesome";
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  float: left;
  margin-top: -3px;
  margin-right: 20px;
}

.more_arr2 .arr_holder1 img {
  margin-top: 13px;
  margin-left: 3px;
}

.more_arr2:hover {
  color: #fff;
  text-decoration: none;
}

.more_arr2:hover .arr_holder1 {
  background: rgba(255, 255, 255, 0.3);
}

.more_arr3 {
  display: inline-block;
  margin-top: 23px;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  font: 30px/34px "Roboto Slab", Arial, Helvetica, sans-serif;
  width: 100%;
}

.more_arr3 .arr_holder1 {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f8e7ba;
  color: #f8e7ba;
  margin-top: -15px;
  margin-left: 4px;
  text-align: center;
  font: normal normal 35px/50px "FontAwesome";
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  float: left;
  margin-top: 5px;
  margin-right: 18px;
  float: right;
}

.more_arr3 .arr_holder1 img {
  margin-top: 13px;
  margin-left: 3px;
}

.link_banner:hover .more_arr3 {
  color: #fff;
  text-decoration: none;
}

.link_banner:hover .more_arr3 .arr_holder1 {
  background: rgba(255, 255, 255, 0.3);
}

.more_btn {
  display: inline-block;
  margin-top: 21px;
  text-decoration: none;
  font: 18px/18px "Roboto Slab", Arial, sans-serif;
  color: #f07c01;
  letter-spacing: 1px;
  padding-bottom: 12px;
  position: relative;
}

.more_btn:before {
  position: absolute;
  display: none;
  content: "";
  width: 42px;
  height: 2px;
  left: 0;
  bottom: -8px;
  background: url(/fileadmin/template/images/hline.png) repeat-x 0 0;
}

.more_btn:hover {
  color: #6d6b71;
}

.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Roboto", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}

.more_btn2:hover {
  color: #f07c01;
}

/*========================================================
					STUFF
=========================================================*/
.swiper-slide-active .lt_slide_content>h1 {
  opacity: 1;
  animation: bounceInLeft 1s;
  animation-fill-mode: forwards;
}

.swiper-slide-active .lt_slide_content>.lt_btn {
  opacity: 1;
  animation: bounceInLeft 1s;
  animation-delay: 0.05s;
  animation-fill-mode: forwards;
}

.lt_work_slider_wrapper .swiper-slide {
  opacity: 0.5;
  width: 100% !important;
}

.lt_work_slider_wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.lt_work_slider_wrapper .lt_work_pagination {
  position: absolute;
  left: auto;
  bottom: 0px;
  margin-top: 30px;
  width: 100%;
  text-align: center;
  z-index: 23;
}

.lt_work_slider_wrapper .lt_work_pagination>.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #dddcdc;
  opacity: 1;
}

.lt_work_slider_wrapper .lt_work_pagination>.swiper-pagination-bullet.active {
  background-color: #2279b4;
}

.lt_work_slider_wrapper .lt_work_nav>.lt_work_slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  z-index: 1;
  cursor: pointer;
}

.lt_work_slider_wrapper .lt_work_nav>.lt_work_slide.lt_work_slide_prev {
  left: 0;
}

.lt_work_slider_wrapper .lt_work_nav>.lt_work_slide.lt_work_slide_next {
  right: 0;
}

.lt_work_slider_wrapper .lt_work_nav>.lt_work_slide.swiper-button-disabled {
  cursor: default;
}

.mask_donation .grid_4 {
  margin-left: 50px;
}

.news .header {
  margin-bottom: 10px;
}

.news .teaser-text p {
  margin-top: 0px;
}

.bottom-elements {
  padding-left: 20px;
  padding-right: 20px;
}

/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}

.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(/fileadmin/template/images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

a.magnifier2:hover .zoom {
  opacity: 1;
}

a.magnifier2 .zoom {
  opacity: 0;
}

/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 23px;
  white-space: nowrap;
  text-align: left;
  float: right;
}

.soc_icons>li {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}

.soc_icons>li>a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #6a6c76;
  background: #fff;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #b0b0b0;
}

.soc_icons i {
  font: normal normal 15px/40px "FontAwesome";
}

.soc_icons>li>a:hover {
  color: 0;
  text-decoration: none;
  background: #f07c01;
}

/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0 0;
  background: #fff;
  /*overflow: hidden;*/
  width: 1170px;
  margin: 0 auto;
  margin-top: 46px;
  position: relative;
}

#content.content_pages {
  padding-bottom: 74px;
}

#content.content_pages2 {
  padding-bottom: 47px;
}

#content.content_pages:after,
#content.content_pages2:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -5px;
  background: url(/fileadmin/template/images/bg_edge5.png) repeat-x 0 0;
}

#content:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  top: -5px;
  background: url(/fileadmin/template/images/bg_edge1.png) repeat-x 0 0;
}

.content_pages {
  /*margin-top: -24px;*/
}

.box-1 {
  position: relative;
  color: #fff;
  background: url("/fileadmin/template/images/bg1.jpg") 0 0;
  text-align: center;
  padding: 8px 0 70px 0;
  min-height: 456px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-2 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 40px 0 50px 85px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f07c01;
}

.banner1 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding: 40px 40px 48px 101px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.banner1:hover {
  background-position: -50px bottom !important;
}

.banner1.v2 {
  padding: 40px 40px 48px 101px !important;
}

.banner1.v2:hover {
  background-position: -50px bottom !important;
}

.banner1.v2:before {
  left: 99px !important;
}

.col1:after {
  position: inherit;
  display: inline-block;
  content: "";
  width: 5px;
  height: 100%;
  right: -4px;
  top: 0;
  background: url(/fileadmin/template/images/bg_edge3.png) repeat-y 0 0;
}

.banner3 {
  position: relative;
  width: 33.3333%;
  margin-top: 0px;
  padding: 40px 40px 48px 50px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #a01861;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  float: left;
  margin-right: 0;
}

.banner3.v2 {
  background: #bc1a71;
}

.banner3.v3 {
  background: #f07c01;
}

.banner3:before {
  position: absolute;
  display: none;
  content: "";
  width: 2px;
  height: 57px;
  left: 68px;
  top: 51px;
  background: url(/fileadmin/template/images/vline2.png) repeat-y 0 0;
}

.banner3 .txt4 {
  font: 26px/30px "Roboto Slab", Arial, sans-serif;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6 {
  float: left;
  width: 770px;
  margin-right: 0;
}

.col1.last,
.col5.last,
.col6.last {
  margin-right: 0;
}

.col2 {
  width: 400px;
}

.col3 {
  width: 48%;
}

.col4 {
  width: 52%;
}

.col5,
.col6 {
  width: 303px;
  margin-right: 20px;
}

.col1 {
  overflow: hidden;
}

.txt_section1 {
  border: 1px solid #d4d4d4;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 2px 5px 35px 20px;
  min-height: 175px;
}

.banner2 {
  position: relative;
  margin-top: 48px;
  width: 100%;
  overflow: hidden;
  background: #a01861;
  /*min-height: 109px;*/
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.banner2:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -2px;
  background: url(/fileadmin/template/images/bg_edge4.png) repeat-x 0 0;
}

.banner2:hover {
  background: #6d6b71;
}

.banner2:hover .bg1 {
  background: #8a8780;
}

.bg1 {
  background: #bc1a71;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.bg2 {
  background: #f07c01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 37px;
}

/**** start Map API ****/
.content_map {
  margin-top: 0px;
  height: 430px;
}

.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#map-canvas img {
  max-width: none !important;
}

/**** end Map API ****/
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}

.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.map figure iframe {
  width: 100%;
  height: 321px;
  max-width: 100%;
}

.img_border.map {
  max-width: 535px;
}

/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}

.address1 dt {
  margin-bottom: 1px;
}

.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}

.address1 dd span.col1 {
  min-width: 0;
}

/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 12px 0 25px;
  color: #6d6b71;
  margin-top: 0px;
  line-height: 18px;
  overflow: hidden;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .container {
    width: unset;
    margin-left: unset;
  }

  #footer .wow {
    margin-left: 10px;
  }

  .row {
    display: inherit;
  }
}

.txt_priv {
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*min-width: 280px;*/
}

/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #f07c01;
  border: 1px solid #f07c01;
  text-align: center;
  border-radius: 500px;
  width: 52px;
  height: 52px;
  font-size: 26px;
  line-height: 52px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  background: #f8e7ba;
}

#toTop:hover {
  outline: none;
  color: #fff;
  background: #f07c01;
}

@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .box-2 {
    padding: 40px 0 50px 35px;
  }

  .box-2 .txt3 {
    font: 100 38px/40px "Roboto Slab", Arial, sans-serif;
  }
}

/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
.donationimg {
  width: 300px;
}

div.ce-image.ce-center.ce-above {
  margin-top: 8px;
}

@media only screen and (max-width: 1199px) and (min-width: 760px) {
  .mobile_pad1 {
    margin-left: -50px !important;
  }

  .swiper-wrapper .lt_work_box img {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .mask_donation {
    width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mask_donation .grid_4 {
    margin-left: 0px;
  }

  figure a {
    width: 100%;
  }

  figure a img {
    width: 100%;
  }

  #content {
    width: 940px;
  }

  .col1 {
    width: 100%;
  }

  .col1 img.img_resize {
    width: 100%;
  }

  .col2 {
    width: 100%;
  }

  /*.col1 [class*="grid_7"]{width: 100%;}*/
  .col3,
  .col4 {
    width: 50%;
  }

  .banner1.v2:after {
    display: none;
  }

  .mobile_pad1 {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .vline1:before {
    left: -12px;
  }

  .col2 .grid_3 {
    width: 100%;
  }

  .txt5 {
    font: 38px/38px "Roboto Slab", Arial, sans-serif;
    margin-top: 28px;
    letter-spacing: 0px;
    padding-bottom: 20px;
  }

  .more_arr3 {
    font: 21px/30px "Roboto Slab", Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
  }

  .col5 {
    width: 240px;
  }

  .col6 {
    width: 100%;
  }

  .col1:after {
    display: none;
  }

  .sf-menu ul {
    padding: 15px 20px 10px;
    width: 250px;
  }

  .banner3 {
    padding: 40px 40px 48px 40px;
  }

  .banner3:before {
    display: none;
  }

  .banner3 .txt4 {
    font: 20px/26px "Roboto Slab", Arial, sans-serif;
  }

  .num_section {
    margin-top: 19px;
  }

  .num_section:before {
    top: 16px;
  }

  .box-2 {
    padding: 40px 0 50px 0px;
  }

  .box-2 .headline-box {
    padding-left: 85px;
  }

  .box-2 .linkbox {
    text-align: center;
  }

  .box-2 .linkbox .arr_holder1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 979px) {
  .map figure {
    width: 100% !important;
    float: none !important;
  }

  .map figure iframe {
    width: 100% !important;
    float: none !important;
  }

  #form input,
  #form textarea {
    width: 100% !important;
    float: none !important;
  }

  #form .success {
    width: 100% !important;
    float: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }

  #content {
    width: 748px;
  }

  .txt1 {
    letter-spacing: 0;
  }

  .banner3 {
    padding: 40px 40px 48px 40px;
  }

  .banner3:before {
    display: none;
  }

  .banner3 .txt4 {
    font: 14px/20px "Roboto Slab", Arial, sans-serif;
  }

  .col5 {
    width: 186px;
  }

  .padBot_mobile {
    padding-bottom: 50px;
  }

  .col3,
  .col4 {
    width: 100%;
  }

  .box-2 .headline-box {
    padding-left: 98px;
  }
}

@media screen and (min-width: 980px) and (max-width: 986px) {
  #content {
    width: 920px;
  }
}

@media screen and (min-width: 768px) and (max-width: 794px) {
  #content {
    width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  img.no_resize {
    width: auto;
  }

  .news-img-wrap {
    margin-right: 12px !important;
  }

  .donationimg {
    width: 215px !important;
  }

  h1 img {
    width: auto;
  }

  .map figure iframe {
    height: 300px;
  }

  #content,
  figure a {
    width: 100%;
  }

  .txt1 {
    margin-top: 20px;
  }

  .col3,
  .col4 {
    width: 100%;
  }

  .banner1.v2 {
    padding: 40px 0 40px 85px;
  }

  .banner1.v2:before {
    left: 68px;
  }

  .txt5 {
    padding-bottom: 10px;
  }

  .bg1 {
    display: none;
  }

  .banner2 {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #content.content_pages {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    padding-bottom: 30px;
  }

  .banner3 {
    width: 100%;
  }

  .col5 {
    width: 32.33333%;
    margin-right: 1%;
  }

  .box p {
    margin-left: 20px;
  }

  .marTop2 {
    margin-right: 23px !important;
  }

  .row {
    margin-right: 0px !important;
  }

  .txt3 {
    font: 100 41px/46px "Roboto Slab", Arial, sans-serif;
  }
}

@media only screen and (max-width: 633px) {

  .ce-left .ce-gallery,
  .ce-column {
    float: none;
    display: inline-block;
  }
}

@media only screen and (max-width: 515px) {
  h2.ce-headline-center {
    font-size: 38px !important;
  }
}

@media only screen and (max-width: 415px) {
  h2.ce-headline-center {
    font-size: 29px !important;
  }
}

@media only screen and (max-width: 479px) {

  /*h1 {width: 100%;}
	h1 img{width: 100%;}*/
  .col5 {
    width: 100%;
    margin-right: 0px;
  }

  .img4 {
    width: 100% !important;
    float: none;
    margin-right: 0;
  }

  .banner1 {
    padding: 20px 20px;
  }

  .banner1.v2 {
    padding: 20px 20px !important;
  }

  h3.ce-headline-center {
    font: 26px/30px "Roboto Slab", Arial, sans-serif;
  }

  .txt3 {
    font: 100 28px/30px "Roboto Slab", Arial, sans-serif;
  }

  .txt4 {
    font: 26px/30px "Roboto Slab", Arial, sans-serif;
  }

  .wrapper {
    margin-right: 20px;
  }

  .box-2 .headline-box {
    padding-left: 20px;
  }
}

/*Core variables and mixins*/

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