/*
Theme Name: Otto Stadtlander v2
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Humburg Media Group | image advertising
Author URI: https://hmg.de
Description: DIVI-Childtheme zur Präsentation der Otto Stadtlander Website.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 2,00.1537880925
Updated: 2018-09-25 13:08:45

*/

#cookieChoiceInfo {
	background-color: rgba(0, 0, 0, 0.9)!important;
}

#cookieChoiceInfo a {
	color: #e5002b;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader {
    border: 4px solid #fff;
    border-top: 4px solid #cc1f40;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: spin .9s linear infinite;
     animation: spin .9s linear infinite; 
    display: none; 
    margin: 0 auto;
}
.cotton-wrapp-info {
    opacity: 0;
    transition: all .5s ease;
    visibility: hidden;
}
.et_pb_jv_team_members_style18 .et_pb_jv_team img {
    object-fit: cover;
    height: 100% !important;
}
.cotton-archive-datepicker {
    align-items: center;
    display: flex;
}
#archive_date {
    margin: 0 5px;
}
#prev:before,
#next:before{
    position: relative;
    top: 0;
    right: 0;
    font-family: ETmodules;
    font-size: 20px;
    font-weight: 800;
    cursor: pointer;
}
#next:before {
    content: "5";
}
#prev:before {
    content: "4";
}


/* Datepicker */
.ui-datepicker.ui-widget-content {
    border-bottom: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.85);
    border: 0;
}
.ui-datepicker-header {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
}
.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border-color: transparent;
}
.ui-datepicker-title .ui-datepicker-month:hover,
.ui-datepicker-title .ui-datepicker-year:hover {
    border: 1px solid #fff;
}
.ui-datepicker-title .ui-datepicker-month option,
.ui-datepicker-title .ui-datepicker-year option {
    color: #000;
}
.ui-datepicker-title .ui-datepicker-month:focus,
.ui-datepicker-title .ui-datepicker-year:focus
{
    border-color: #c7c7c7;
}
.ui-datepicker-calendar thead {
    color: #fff;
}
.ui-datepicker-calendar td .ui-state-default {
    color: #fff!important;
    background-color: transparent!important;
    border: 0;
}
.ui-datepicker-calendar td .ui-state-default.ui-state-active {
    border-color: #ffffff;
    background-color: #dc0123!important;
}
.ui-datepicker-calendar td .ui-state-default.ui-state-highlight {
    background-color: #184194!important;
}
.ui-datepicker-calendar td .ui-state-default.ui-priority-secondary {
    background-color: rgba(255, 255, 255, 0.2)!important;
}
.ui-datepicker-calendar td .ui-state-default.ui-state-hover {
    background-color: rgba(220, 1, 35, 0.7)!important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    background-color: transparent;
    border-radius: 0;
    height: 24px!important;
    width: 24px!important;
    top: 4px!important;
}
.ui-datepicker-prev span {
    background-image: url(./app/img/angle-arrow-png.png)!important;
    background-position: 0px 0px !important;
    background-size: 15px;
    transform: rotate(180deg);
    cursor: pointer;
}
.ui-datepicker-next span  {
    background-image: url(./app/img/angle-arrow-png.png)!important;
    background-position: 0px 0px !important;
    background-size: 15px;
    cursor: pointer;
}
.ui-datepicker-prev.ui-datepicker-prev-hover,
.ui-datepicker-next.ui-datepicker-next-hover {
    background-color: #203e98!important;    
    background-color: transparent!important;
    top: 4px;
    right: 2px!important; 
}
.ui-datepicker-prev.ui-datepicker-prev-hover{
    left: 2px!important;
}
/* end Datepicker */