/* fonts */

/* exo-2-300 - latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/exo-2-v19-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/exo-2-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/exo-2-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/exo-2-v19-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/exo-2-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/exo-2-v19-latin-300.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-regular - latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/exo-2-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/exo-2-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/exo-2-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/exo-2-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/exo-2-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/exo-2-v19-latin-regular.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-500 - latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/exo-2-v19-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/exo-2-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/exo-2-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/exo-2-v19-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/exo-2-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/exo-2-v19-latin-500.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-600 - latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/exo-2-v19-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/exo-2-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/exo-2-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/exo-2-v19-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/exo-2-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/exo-2-v19-latin-600.svg#Exo2') format('svg'); /* Legacy iOS */
}

/* Allgemein
----------------------------------------------------*/
* {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

#page-wrapper,
#header,
#navigation,
#footer-main,
#footer-copyright {
    font-size: 16px;
    font-family: 'Exo 2', tahoma, sans-serif;
    line-height: 1.5;
    color: #4d4d4d;
}

h1 {
    margin-bottom: .8em;
    margin-top: 0px;
    font-weight: 500;
    color: #01458A;
    font-size: 34px;
}

h2 {
    margin-bottom: 16px;
    font-size: 27px;
    margin-top: 0;
}

h3 {margin-bottom: 16px; font-weight: 300;}


/* Buttons
----------------------------------------------------*/

.btn-empty {
    background: none;
    border: 1px solid #364462;
    border-radius: 0px;
    margin-top: 2em;
    padding: 7px 15px;
    transition: all 0.3s;
}

.btn-empty i {
    padding-right: 8px;
}

.btn-empty:hover,
.btn-empty:focus {
    transition: all 0.3s;
    background-color: #364462;
    color: #fff;
}


.btn-brand {
    background-color: #364462;
    color: #fff;
    border-radius: 2px;
    padding: 7px 15px;
    transition: all 0.3s;
}

.btn-brand:hover {
    transition: all 0.3s;
    background-color: #2a354c;
    color: #fff;
}

.dl-btn i span{
    color: transparent;
    opacity: 0;
}


/* Header
----------------------------------------------------*/

#header {
    border-top: 3px solid #364462;
    background: #fff;
    background-image: url(../img/header-bg.png);
    background-position: center bottom;
}

#header #logo-wrapper {
    position: relative;
    display: block;
}

#header #logo {
}

#header #logo2:before,
#header #logo2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: -566px;
    left: -5px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #d8d8d8;
    -moz-box-shadow: 0 15px 10px #d8d8d8;
    box-shadow: 0 15px 10px #d8d8d8;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

#header #logo2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: -5px;
    left: auto;
}


#logo2 {
    right: 0px;
    position: absolute;
}

#logo {
    position: absolute;
    height: 580px;
    right: 0px;
    z-index: 999;
    background-color: #fff;

    padding: 45px;
    padding-top: 50px;
/*    box-shadow: 0 14px 28px rgba(0,0,0,0.05), 0 10px 10px rgba(0,0,0,0.04);
*/
    box-shadow: 0px 1px 9px 3px rgba(0,0,0,0.05), 0 -9px 10px rgba(0,0,0,0.04);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

#logo img {
    margin-bottom: 50px;
}

#header #logo-wrapper .top-links {
    position: absolute;
    bottom: 30px;
    left: 45px;
}

.top-links .trenner {
    margin-left: 3px;
    margin-right: 3px;
}

#header #logo-wrapper .top-links a,
#header #logo-wrapper .top-links span {
    font-size: 13px;
    color: #01458A;
}

.address .info {
    display: inline-block;
    width: 45px;
    font-weight: 600;
}

#logo-sm {
    padding: 30px;
    padding-top: 15px;
}

#logo-sm img {
    max-width: 250px;
    width: 100%;
}



/* Navigation
-----------------------------------------------------*/

#navigation {
    border-radius: 0px;
    background-color: #364462;
    margin-bottom: 0px;
}

#navigation .navbar-nav>li>a {
    color: #fff;
    line-height: 24px;
    padding: 15px;
    padding-right: 7px;
}

#navigation .navbar-nav>li>a>i {
    color: #fff;
    padding-left: 3px;
}

#navigation .nav>li>a:focus,
#navigation .nav>li>a:hover {
    background-color: #2f3a52;
}

nav .open>a,
nav .open>a:focus, .nav .open>a:hover {
    background-color: #2f3a52!important;
    border-color: #337ab7;
}

#navigation.affix {
    z-index: 9999;
    left:0;
    right: 0;
    top:0;
}

#navigation .navbar-toggle {
    float: left;
    margin-left: 15px;
    border-color: #fff;
    border-radius: 2px;
    padding: 6px 8px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#navigation .navbar-toggle:hover {
    background-color: #2f3a52;
}

#navigation .navbar-toggle .icon-bar {
    border: 1px solid #fff;
    margin-left: 5px;
}

#navigation .navbar-toggle span {
    color: #fff;
}

#navigation .dropdown-menu>.active>a,
#navigation .dropdown-menu>.active>a:focus,
#navigation .dropdown-menu>.active>a:hover {
    background-color: #364462;
}

#navigation .dropdown-menu {
    padding: 0;
}

#navigation .dropdown-menu>li>a {
    line-height: 2em;
}


/* Page Content
----------------------------------------------------*/

#page-wrapper ol, ul {
    padding-left: 0px;
}

#page-wrapper ol li,
#page-wrapper ul li {
    list-style: none;
    padding-bottom: 4px;
}

#page-wrapper ul li:before {
    content: "■";
    font-family: "Arial Black";
    color: #2f71b0;
    padding-right: 10px;
    line-height: 1.5;
}

#page-wrapper .nav-pills li:before {
    content: '';
    padding: 0px;
}

#page-wrapper .section {
    text-align: left;
}

/*  Slideshow
----------------------------------------------------*/

.carousel-inner {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
}

.slideshow-wrapper {
    padding-bottom: 40px;
}

.bereich {
    margin-top: 40px;
    margin-bottom: 40px;
}

#carousel-main .carousel-inner .item {
    overflow: hidden;
}

#carousel-main .carousel-inner .item img {width: 100%;}

#carousel-main .carousel-caption {
    text-align: left;
    top: 12%;
    left: initial;
    right: initial;
}

#carousel-main .carousel-caption h1 {
    background-color: rgba(255,255,255,0.3);
    padding:  10px 15px;
    margin: 0px;
    color: #333;
    text-shadow: none;
    display: inline-block;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.07);
}

#carousel-main .carousel-caption h2 {
    background-color: rgba(255,255,255,0.3);
    padding: 10px 15px;
    margin: 0px;
    color: #333;
    text-shadow: none;
    display: inline-block;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.07);
    margin-top: 20px;
}

#carousel-main .carousel-indicators li {
    border-radius: 0px;
    margin-left: 3px;
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


#carousel-main {
    height: 390px;
    max-height: 50vh;
    width: 100%;
    background-color: lightgray;
}

#carousel-main .slide-img {
    height: 390px;
    max-height:50vh;
    background-size: cover;
    background-position: center center;
}

/*  Referenzen Neu
----------------------------------------------------*/

.table {
    text-align: left;
}



.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}




/*  Referenzen
----------------------------------------------------*/

#portfolio-filter ul.nav-pills {display: inline-block;padding-left: 0px;}

#portfolio-filter h2{
    display: inline-block;
    margin-top:0px;
}

.nav-pills > li > a {
  color: #434955;
  padding: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  margin-right: 4px;
  border-radius: 2px;
  border-color: lightgray;
  border: 1px solid lightgray;
  background: #ECECEC;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus {background-color: #dae0e8;}

.nav-pills > li.active > a {
  background-color: #364462;
}

.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {background-color: #364462; }
.portfolio-boxes{margin-bottom: 1.8em;}
.portfolio-box {text-align: center;}


.portfolio-boxes .portfolio-box {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.portfolio-boxes .portfolio-box a {
    text-decoration: none;
    display: block;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
    -o-transition: color 300ms;
    transition: color 300ms;
}
.portfolio-boxes .portfolio-box a.image-link, .portfolio-boxes .portfolio-box a .image-link {
    overflow: hidden;
    display: block;
    position: relative;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: bottom 300ms;
    -moz-transition: bottom 300ms;
    -o-transition: bottom 300ms;
    transition: bottom 300ms;
}

.portfolio-boxes .portfolio-box a.image-link:before, .portfolio-boxes .portfolio-box a .image-link:before {
    content: '';
    background-color: transparent;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

.portfolio-boxes .portfolio-box a.image-link [class^="fa-"], .portfolio-boxes .portfolio-box a.image-link [class*=" fa-"], .portfolio-boxes .portfolio-box a .image-link [class^="fa-"], .portfolio-boxes .portfolio-box a .image-link [class*=" fa-"] {
    position: absolute;
    left: 50%;
    top: -50%;
    font-size: 30px;
    margin-left: -15px;
    margin-top: -15px;
    color: #fff;
    -webkit-transition: top 300ms;
    -moz-transition: top 300ms;
    -o-transition: top 300ms;
    transition: top 300ms;
    width: 30px;
    height: 30px;
}

.portfolio-boxes .portfolio-box a:hover.image-link:before, .portfolio-boxes .portfolio-box a:hover .image-link:before {
        background-color: #364462;
        background-color: rgba(54,68,98, 0.6);
}

.portfolio-boxes .portfolio-box a:hover.image-link [class^="fa-"], .portfolio-boxes .portfolio-box a:hover.image-link [class*=" fa-"], .portfolio-boxes .portfolio-box a:hover .image-link [class^="fa-"], .portfolio-boxes .portfolio-box a:hover .image-link [class*=" fa-"] {top: 50%; }


.filter{
    float: left;
    padding-right: 25px;
    padding-top: 2px;
}

.portfolio-boxes .title{
    margin-bottom: 0px;
    margin-top: 10px;
}

.portfolio-boxes p{
    margin-bottom: 0px;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* google maps
----------------------------------------------------*/

.map-wrapper {
    margin-bottom: -40px;
}


/* Footer
----------------------------------------------------*/

#footer-main {
    padding: 25px 0px;
    background-color: #364462;
    margin-top: 40px;
}

#footer-main p {
    color: #fff;
    font-size: 14px;
}

#footer-main a {
    color: #fff;
    font-size: 14px;
}

#footer-copyright {background-color: #2a354c;}

#footer-copyright p {
    margin-top: 10px;
    color: #e5e5e5;
    font-size: 13px;
}


/* media-queries
----------------------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 979px) {

.container {
    padding: 0px;
}

    #navigation .navbar-nav>li.active {
        background-color: #495c84;
        color: #fff;
    }


    #navigation .navbar-nav>li>a::after {
        content: "|";
        padding-left: 7px;
        color: lightgray;
    }

    #navigation .navbar-nav>li:last-child>a::after {
        content: "";
    }

    #header {
        height: 80px;
    }

    .no-padding-lg {
        padding: 0px;
    }

    #footer-copyright p {

    }




}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}


@media (min-width: 768px) {

    #navigation-menu {
        padding: 0px;
    }

    .no-padding-left {
        padding-left: 0px;
    }
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
       background-color: #2f3a52;
    }

    nav .open>a, nav .open>a:focus, .nav .open>a:hover,
    #navigation .dropdown.active > a{
        background-color: #2f3a52!important;
    }

    #navigation .dropdown-menu .active > a {
        background-color: #2f3a52!important;
    }

    #carousel-main .carousel-caption h1 {
        font-size: 20px;
    }


    #carousel-main {
        height: 145px;
    }

    #carousel-main .slide-img {
        height: 145px;
    }


    .bereich {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .bereich:first-child {
        margin-bottom: 80px;
    }


    h1 {font-size: 30px;}

    *{
        font-size: 15px;
    }

    #logo-sm {padding-left: 15px;}
    #navigation .dropdown-menu>li>a {color: #fff;}

    #page-wrapper .section {
        text-align: left;
    }



    .submenu-info {
        margin-bottom: .5em;
    }


}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    h1 {
        font-size: 26px;
        margin-bottom: .6em;
    }

    h2 {
        font-size: 22px;
    }


    * {
        font-size: 14px;
    }

}


/*  Login
----------------------------------------------------*/
.form-login {
    padding: 40px;
    background: #F9F9F9;
    border-radius: 4px;
    margin-top: 5em;
}

.form-login input {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.login-alert {
}

.bereich {
    position: relative;
}

.bereich:first-child {
    margin-bottom: 80px;
}

h1.editable,
h2.editable,
h3.editable,
h4.editable,
.cont.editable {
    background-color: #eee;
}

h1.editable:hover,
h2.editable:hover,
h3.editable:hover,
.cont.editable:hover {
    background-color: #e6e6e6;
}

.caption.editable {height: 34px;}
.caption.editable:hover p {background: rgb(218, 41, 48);}
img.border {border: 1px solid #ccc;}
.modal {z-index: 9999;}
label.mce-label {max-width: none;}

.btnEditor {
	color: #fff;
	font-size: 16px;
	background-color: #2a9561;
	padding: 5px;
	border-radius: 5px !important;
	height: 25px;
	cursor: pointer;
	display: inline-block;
	z-index: 999;
	min-width: 25px;
	text-align: center;
}

.btnEditor.fa-eye-slash {
    background-color: #ed5565;
    color: #fff;
}

.btnEditor.fa-remove:hover,
.btnEditor.fa-clone:hover,
.btnEditor.fa-plus:hover,
.btnEditor.fa-eye:hover,
.btnEditor.fa-sort:hover,
.btnEditor.fa-cogs:hover,
.btnEditor.fa-file-image-o:hover {
	background-color: #22774E;
}

.confirmation {border-radius: 5px !important;}

.confirmation h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	width: 200px !important;
}

.searchstr {
    margin: 0 10px 20px 15px;
    float: right;
    text-align: center;
    line-height: 120%
}

.searchstr .bez {
    font-size: 11px;
    text-transform: uppercase
}

.searchstr .val {font-weight: bold}

.suche-container {
	border-top: 2px dotted #ccc;
	margin: 20px 0;
	padding-top: 20px;
}

.suche-highlight {
	background-color: #e74c3c;
	color: #fff;
	padding: 0 2px;
	font-weight: bold;
}

.table-sortable th {
    font-weight:300;
    color: #4B4B4B;
    font-size: 14px;
}

.table-sortable tbody tr td {
    width: 500px;
    vertical-align: middle!important;
    font-size: 14px;
}

.table-sortable tbody tr {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.bereichEditBtns {
    position: absolute;
    z-index: 900;

    top: -28px;
}


#page-wrapper .popover a.btn-default{color: #666;}

#page-wrapper .popover a.btn-primary{
    color: #fff;
}


/* Platzhalter beim dragging */

.sortable-dragged {
    background-color: #fff;
    border: 2px dotted lightgray;
}


/* cookie notice */

#cookie-disclaimer{
    position: fixed;
    bottom:0;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    width: 100%;
    z-index: 999;
    padding: 1em;
    line-height: 120%;
    -webkit-backface-visibility:hidden;
}

#cookie-disclaimer .title{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1em;
}

#cookie-disclaimer .btn-primary{
    padding: 0.3em 1em;
    text-transform: uppercase;
    background: #19b5fe;
    border-color: #19b5fe;
    color: #fff !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-left: 2em;
}

#cookie-disclaimer p{
    font-size: 12px;
    margin-bottom:0px;
}

#cookie-disclaimer a{
    font-size: 12px;
}

#cookie-disclaimer .msg-close {
    color: #fff;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}