﻿
/* !!! copyright Dirk Hartwig Webdesign !!! */
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!! 123doo_blue.css    							!!! */
/* !!! Version 2.10.0-11.01.19					!!! */
/* !!! AddOn-Color "123doo"							!!!	*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.system-color {
color: #666666;
background-color: #EEF0F0;
}
.background-smooth-down {
background: linear-gradient(to bottom, #C3D9E5, #EEF0F0), #EEF0F0;
background-repeat: repeat-x;
}
.background-smooth-up {
background: linear-gradient(to top, #C3D9E5, #EEF0F0), #EEF0F0;
background-repeat: repeat-x;
}
.background-smooth-down-up-down {
background-image: repeating-linear-gradient(#C3D9E5, #EEF0F0 50%, #C3D9E5 100%);
}
.background-smooth-repeat-twice {
background-image: repeating-linear-gradient(#C3D9E5, #EEF0F0 25%, #C3D9E5 50%);
}
.navbar-logo {
color: #F0FAC8;
background-color: transparent;
}
.navbar-logo:hover {
color: #DDDDDD;
}
.navbar-logo a {
color: #F0FAC8;
background-color: transparent;
}
.navbar-logo a:hover {
color: #DDDDDD;
}
.navbar-toggle-btn:hover {
background: linear-gradient(to top, #C3D9E5, #EEF0F0), #EEF0F0;
background-repeat: repeat-x;
}
.navbar-item:hover {
color: #222222;
}
.dropdown-list a:hover {
color: #222222;
background-color: #CCDEE7;
}
.navbar-impressum-item:hover:not(.active) {
color: #222222;
}
.input-btn:hover {
background: linear-gradient(to bottom, #C3D9E5, #EEF0F0), #EEF0F0;
background-repeat: repeat-x;
}
.close-btn:hover {
background: linear-gradient(to bottom, #C3D9E5, #EEF0F0), #EEF0F0;
background-repeat: repeat-x;
}
