@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    padding-top: 80px;
    color: #000;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color:#525252; /*Text color*/
}
body > section {
    font-weight: initial; 
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.hw_page{
     min-height: 750px;
}

.hw_page_contact{
    padding-top: 50px;
     min-height: 780px;
}

.hw_main_text
{
     font-size: 16px;
}

hw_br {
   display: block;
   margin: 14px 0;
}

/* Schrifttext*/
#contentText {
    font-size: 16px;
    padding-bottom: 50px;
}
#centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#mainBox{
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
}
h1,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h2 {
    margin-top: -5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.content_page_headline{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 26px;
    color:#e2001a;
}

.content_page_text{
    padding-left: 15px;
}

a {
    color: #898888;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
.btn {
    font-weight: 400;
}
.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline: none;
}

#content_page{
 
}

#content_page_image_section{
    padding-left: 30px;
    padding-right: 50px;
}

.montage_img{
    max-width: 104%;
}

/* Bigger Images on Handy*/
@media only screen and (max-width: 480px) and (min-width: 200px) { 
.montage_img{
    max-width: 120%;
    padding-left: 3px;
}

#content_page_image_section{
    padding-left: 0px;
    padding-right: 0px;
}

}

.montage_img_index{
    max-width: 100%;
}

.mh_price{
    font-size: 18px;
}

#main-slider {
    position: relative;
}
#main-slider .carousel h2 {
    font-size: 36px;
}
#main-slider .carousel .btn {
    border: 3px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 0;
    margin-top: 5px;
}
#main-slider .carousel .btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
}
#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 600px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}
#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}
#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
#main-slider .prev {
    left: 10px;
}
#main-slider .next {
    right: 10px;
}
#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

#services .media:hover .icon-md {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}
#recent-works {
    padding: 90px 0;
}
#recent-works .item-inner {
    position: relative;
    margin: 0;
}
.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 -20px 20px 0;
}
.portfolio-filter > li {
    display: inline-block;
}
.portfolio-items > li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.portfolio-items.col-2 > li {
    width: 50%;
}
.portfolio-items.col-3 > li {
    width: 33%;
}
.portfolio-items.col-4 > li {
    width: 25%;
}
.portfolio-items.col-5 > li {
    width: 20%;
}
.portfolio-items.col-6 > li {
    width: 16%;
}
.portfolio-item {
    padding: 0;
    margin: 0;
}
.portfolio-item .item-inner {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 10px 0;
    margin: 0 20px 20px 0;
    position: relative;
}
.portfolio-item img {
    width: 100%;
}
.portfolio-item h5 {
    background: #fff;
    margin: 0;
    padding: 10px 0;
    font-weight: 700;
    font-size: 14px;
    color: #2c3e50;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}
.portfolio-item:hover .overlay {
    opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -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;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#pricing-table .plan {
    border-radius: 4px;
    list-style: none;
    margin: 0 0 20px;
    background: #3498db;
    text-align: center;
    padding: 30px 0;
}
#pricing-table .plan li {
    padding: 5px 0;
    color: #fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
#pricing-table .plan li.plan-name {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}
#pricing-table .plan li.plan-name h3 {
    margin: 0;
}
#pricing-table .plan li.plan-price {
    margin-bottom: 10px;
}
#pricing-table .plan li.plan-price > div {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 24px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
}
#pricing-table .plan li.plan-price > div sup {
    font-size: 10px;
    line-height: 10px;
}
#pricing-table .plan li.plan-price > div > small {
    display: block;
    font-size: 11px;
}
#pricing-table .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}
#pricing-table .plan.featured {
    background-color: #2c3e50;
}
#title h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
}
.center {
    text-align: center;
}
#meet-the-team .designation {
    margin-top: 5px;
    display: block;
    font-size: 13px;
}
.img-thumbnail {
    border: 0;
}
.progress,
.progress .bar {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
}
.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}
ul.breadcrumb {
    margin: 20px 0 0;
    background: transparent;
}
ul.breadcrumb > li {
    text-shadow: none;
}
ul.breadcrumb > li > a,
ul.breadcrumb > li .divider {
    color: #fff;
}
ul.breadcrumb > li.active {
    color: rgba(255, 255, 255, 0.7);
}
ul.tag-cloud {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.tag-cloud li {
    display: inline-block;
    margin: 0 0 2px 0;
}
.btn-social {
    border: 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}
.btn-social.btn-facebook {
    background: #4f7dd4;
}
.btn-social.btn-facebook:hover {
    background: #789bde;
}
.btn-social.btn-twitter {
    background: #5bceff;
}
.btn-social.btn-twitter:hover {
    background: #8eddff;
}
.btn-social.btn-linkedin {
    background: #21a6d8;
}
.btn-social.btn-linkedin:hover {
    background: #49b9e3;
}
.btn-social.btn-google-plus {
    background: #dc422b;
}
.btn-social.btn-google-plus:hover {
    background: #e36957;
}
.btn-social:hover {
    color: #fff;
}

/*Navigation*/

.header-inner-top{
       /*Navigation border bottom*/
       font-size: 16px;
    font-weight: 400;
    border-width: 1px;
    border-bottom-style: solid;
    border-color: #fac901;  
    padding-top: 15px;
    padding-bottom: 10px;
}

#hw_header_image{

}

.navbar-inverse {
    padding-top: 10px;
    border: none;
    float: right !important;
    background-color:#fff;
    /*Navigation border bottom*/
    border-width: 3px;
    border-bottom-style: solid;
    border-color: #e2001a;  
}
.navbar-inverse .navbar-brand {
    /*Abstandsproblem*/
    font-family: 'Bubbler One', sans-serif;
    font-size: 36px;
    line-height: 30px;
    color: #fff;
}
/*Navigation Abstand oben*/
.navbar-inverse .navbar-nav {
    margin-top: 30px;
}

/*Center Navbar*/
.hw_nav_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
}
/*Navigation Formatierung Elemente*/
.navbar-inverse .navbar-nav > li > a {
    margin-top: -25px; 
    padding-top: 3px;
    padding-left: 50px;
    padding-bottom: 8px;
    /*border-radius: 5px;*/
    font-size: 16px;
    color: #626262; /*Navigation color of links*/
}

.navbar-inverse .navbar-nav > li > a:hover {
    color:#e2001a; /*Navigation color of links*/
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #fff;
    color:#e2001a; /*Navigation color of dropdown menu*/
}

/*.dropdown-menu {
    margin-top: -1px;
    min-width: 140px;
}*/

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #fafafa; /*Dropwdown color*/
    color:#626262;
    /*-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;*/
    border-style: solid;
    border-width: 1px;
    border-top: 1px;
    border-bottom: 1px;
    /*border-color:#fac901;*/
    margin-top: 3px;
    text-align: left;
    min-width: 195px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #525252; /*hover color*/
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #fff; /*hover background color*/
    color:#e2001a;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
}

.navbar-handy-dropdown-costum{
    color:#e2001a;
    padding-top: 6px; 
    padding-bottom: 6px;
}

/*.dropdown-toggle > li:hover > a,
.dropdown-toggle > li:focus > a,
.dropdown-toggle > li:active > a{
    color:#e2001a;
}*/

/* Navbar Handy position left*/
@media only screen and (max-width: 480px) and (min-width: 200px) { 
.navbar-toggle {
    float: left;
    margin-left: 10px;

}
}

/* Navbar ovverride color for dropdown icon*/
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #e2001a;
    border-bottom-color: #e2001a;
}

/* Navbar ovverride color for dropdown icon*/
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret{
    border-top-color: #e2001a;
    border-bottom-color: #e2001a;
}

.icon-lg {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    border-radius: 100%;
}
.icon-md {
    font-size: 36px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.modal {
    border: 0;
}
.modal#loginForm {
    width: 600px;
    margin-left: -300px;
}
.modal .modal-header {
    border: 0;
    padding: 20px 20px 0;
}
.modal .modal-header > h4 {
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    text-transform: uppercase;
    margin: 0;
}
.modal .modal-body {
    padding: 20px;
}
.modal input[type="text"],
.modal input[type="password"] {
    padding: 5px 10px;
    min-height: 30px;
    width: 130px;
    margin-right: 10px;
}
.modal .icon-remove {
    color: #848484;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    background: #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}
.modal button {
    margin-left: 10px;
    border: 0;
}
.gap {
    margin-bottom: 50px;
}
.big-gap {
    margin-bottom: 100px;
}
.no-margin {
    margin: 0;
    padding: 0;
}
.registration-form {
    border: 0;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
}
#bottom {
    color: #bdc3c7;
    /*background-color: #fac901;*/
}
#bottom h4 {
    margin-top: 0;
    margin-bottom: 15px;
}
#bottom .a {
    display: block;
    font-weight: 400;
}
.row > div {
    margin-bottom: 10px;
}
ul.unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*Unordered Lists*/
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
    font-family: FontAwesome;
    font-size: 11px;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
    margin-right: 5px;
}
ul.arrow li::before {
    content: "\f105";
}
ul.arrow-double li::before {
    content: "\f101";
}
ul.tick li::before {
    content: "\f00c";
}
ul.cross li::before {
    content: "\f00d";
}
ul.star li::before {
    content: "\f006";
}
ul.rss li::before {
    content: "\f09e";
}
#footer {
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #dfdfdf;
    bottom: 0;
}
#footer a {
    color: #626262;
}
#footer a:hover {
    color: #e2001a;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}
ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
}
ul.social > li {
    display: inline-block;
    margin: 0 5px;
}
ul.social > li > a {
    font-size: 24px;
    color: #666;
}
ul.social > li > a:hover {
    color: #999;
}
.box-border {
    padding: 15px;
}
.accordion-group {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}
.accordion-heading .accordion-toggle {
    color: #0a3556;
    font-weight: 700;
}
.accordion-inner {
    border-top: 0;
}
.blog .blog-item {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 17px;
    min-height: 400px;
}
.blog .blog-item .img-blog {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.blog .blog-item .blog-content {
    padding: 20px;
}
.blog .blog-item h3 {
    margin-top: 0;
}
.blog .blog-item .entry-meta {
    margin-bottom: 20px;
}
.blog .blog-item .entry-meta > span {
    display: inline-block;
    color: #999;
    margin-right: 10px;
    font-size: 12px;
}
.blog .blog-item .entry-meta > span a {
    color: #999;
}
ul.pagination > li > a {
    border: 0;
}
ul.pagination > li.active > a,
ul.pagination > li:hover > a {
    background-color: #fff;
    color: #fff;
}
textarea#message {
    padding: 10px 15px;
    height: 219px;
}
.widget {
    margin-bottom: 30px;
}
ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.gallery li {
    display: block;
    width: 60px;
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
}
ul.faq {
    list-style: none;
    margin: 0;
}
ul.faq li {
    margin-top: 30px;
}
ul.faq li:first-child {
    margin-top: 0;
}
ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #dfdfdf;
    color: #fff;
    font-size: 24px;
}
ul.faq li > div {
    margin-left: 70px;
}
ul.faq li > div h3 {
    margin-top: 0;
}
#error {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

/**** Smoothscroll CSS ****/

#infofield{
    z-index: 100;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #0a3556;
    margin: 6px;
    max-height: 280px;
}

#infofield a{
    color:#fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; 
}

#infofield a:hover{
    color: #000;
    text-decoration: none;
    outline: none; 
}

#infofield a:focus{
    color: #000;
    text-decoration: none;
    outline: none;
}

.smoothscroll{
    color:#21a6d8;
    
}

/**** Mozilla VDG-Mask Error disabled ****/
.vdh-mask {
display: none;
} 

/**** Smoothscroll go to top / down ****/

#gototop{
    z-index: 100;
    padding: 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    margin-bottom: 70px;
    margin-right: 10px;
    max-height: 50px;
}

#gototop a{
    color:#fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; 
}

#gototop a:hover{
    color: #000;
    text-decoration: none;
    outline: none; 
}

#gototop a:focus{
    color: #000;
    text-decoration: none;
    outline: none;
}

#gotobottom{
    z-index: 100;
    padding: 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
    max-height: 50px;
}

#gotobottom a{
    color:#fff;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; 
}

#gotobottom a:hover{
    color: #000;
    text-decoration: none;
    outline: none; 
}

#gotobottom a:focus{
    color: #000;
    text-decoration: none;
    outline: none;
}

/***********************
****** Checkboxes ******
************************/

.checkboxFrame{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #c4c4c5;
    border-radius: 3px;
}

.checkbox{
    margin-left: 20px;
}


/***********************
****** Footer ******
************************/
.footer_wrapper2{

  text-align: center;
}


.footer_tile{
    display: inline-block;
    text-align: center;
    /*background-color:#fbf614;
    background: rgba(251, 246, 20, .6);*/
    color:#2c3e50;
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:0px;
    /*margin-left: 30px;*/
    min-height: 140px;
    max-width: 250px;
    min-width: 250px;
    border-radius: 20px;
    border-color:#fac901;
    border-style: solid;
    border-width: 3px;
    font-size: 14.5px;
}

.footer_tile_medium{
    display: inline-block;
    text-align: center;
    /*background-color:#fbf614;
    background: rgba(251, 246, 20, .6);*/
    color:#2c3e50;
    padding-top:20px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:0px;
    /*margin-left: 30px;*/
    min-height: 140px;
    max-width: 300px;
    min-width: 250px;
    border-radius: 20px;
    border-color:#fac901;
    border-style: solid;
    border-width: 3px;
    font-size: 14.5px;
}

.footer_tile_large{
    display: inline-block;
    text-align: center;
    /*background-color:#fbf614;
    background: rgba(251, 246, 20, .6);*/
    color:#2c3e50;
    padding-top:20px;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:10px;
    /*margin-left: 30px;*/
    min-height: 0px;
    max-height: 160px;
    max-width: 550px;
    min-width: 250px;
    border-radius: 20px;
    border-color:#fac901;
    border-style: solid;
    border-width: 3px;
    font-size: 14.5px;
    
}

.footer_tile_color_1{
    background-color:#f5f5f5;
}

.footer_tile_color_2{
    background-color:#f5f5f5;
}

.footer_tile_color_3{
    /*background-color:#fbfdc3;*/
    background-color:#f5f5f5; 
}

/* Center Footer Tiles on Handy */
@media only screen and (max-width: 480px) and (min-width: 200px) { 
.footer_wrapper2{
    padding-left: 25px;
}

.footer_tile_large{
    max-width: 0px;
    min-width: 250px;   
    max-height: 250px;
}


/*.footer_tile{
    margin-left: 5px;
}*/

}

.handy_navi_item{
text-align: left;
padding-top: 5px;
color:#000;
}

.handy_navi_item_top{
color:#000;
}




/***********************
****** Service Page (Leistungen) ******
************************/

.service_page{
    padding: 20px;
    min-height: 1450px;
}

.gallerie_page{
    padding: 20px;
    min-height: 410px;
}

.gallerie_page_large{
    padding: 20px;
    min-height: 1850px;
}

.service_sub{
    text-align: center; 
    padding: 5px;
    font-size: 16px;
}

* {box-sizing: border-box}

.tab {
  float: left;
  /*border: 1px solid #ccc;*/
  background-color: #fff;
  width: 20%;
  max-width: 400px;
  font-size: 14px;
  /*font-weight: 100; */
    
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  border-top: solid;
  border-width: 1px;
  border-color:#fac901;
  color:#525252;
}

/* Change background color of buttons on hover */
.tab button:hover {
 /* background-color: #ddd;*/
 color:#e2001a;
}

/* Create an active tab button */
.tab button.active {
  background-color: #fff;
  color:#e2001a;
}

/* Style tab content */
.tabcontent {
  float: left;
  padding: 0px 10px;
  /*border: 1px solid #ccc;*/
  width: 80%;
  border-left: none;
  height: 300px;
}

.tab_images{
    padding-bottom: 275px;
  /*height: 600px;*/
}

/* Lesser padding on Handy*/
@media only screen and (max-width: 480px) and (min-width: 200px) { 
.tab_images{
    padding-bottom: 40px;
}

}

/***********************
****** Hinweis Datenschutz ******
************************/


#data_security_info a {
    color:#626262; 
    text-decoration:none;
}

#data_security_info a:hover {
    text-decoration:underline;
    color: #e2001a;
}

#data_security_info div {
    height: 60px;
    padding:20px; 
    padding-bottom: 60px;
    padding-right:40px;
}

#data_security_info { 
   outline: 1px solid #fac901; 
   text-align:center; 
   border-top:1px solid #fff;
   background: #fac901; 
   background: -moz-linear-gradient(top, #fac901 0%, #fac901 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fac901), color-stop(100%,#fac901)); 
   background: -webkit-linear-gradient(top, #fac901 0%,#fac901 100%); 
   background: -o-linear-gradient(top, #fac901 0%,#fac901 100%);
   background: -ms-linear-gradient(top, #fac901 0%,#fac901 100%); 
   background: linear-gradient(to bottom, #fac901 0%,#fac901 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#fac901', endColorstr='#fac901',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:16px; 
   line-height:16px;
   color: #525252;
}

#data_security_infoCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #fac901; /* Old browsers */
   background: -moz-linear-gradient(top, #fac901%, #fac901 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#fac901)); 
   background: -webkit-linear-gradient(top, #fac901%,#fac901 100%); 
   background: -o-linear-gradient(top, #fac901%,#fac901 100%); 
   background: -ms-linear-gradient(top, #fac901%,#fac901 100%); 
   background: linear-gradient(to bottom, #fac901%,#fac901 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#fac901',GradientType=0 ); 
 }

#data_security_infoCloser:hover {
    border-bottom:1px solid white; 
    border-right:1px solid white; 
    border-top:1px solid #7b92a9; 
    border-left:1px solid #7b92a9;
}

.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}