﻿
body {
    margin-top: 0;
}

.navbar {
    margin-bottom: 0px;
}

.affix-top {
    width: 100%;
}

.paddingTopBottom20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.theme_ms_secondMenuButtonSpans {
    background-color: #fff;
    width: 5px !important;
    height: 5px !important;
}

.theme_color_selected_active {
    background-color: #8a6d3b !important;
    color: #fff !important;
}

#theme_ms_secondMenuButton {
    margin-left: 25px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1px ) {
    .sm_clear_pullright {
        float: none !important;
    }

    .affix {
        top: 0px;
        z-index: 9999 !important;
        position: fixed;
        width: 100%;
    }
}

@media (min-width: 768px ) {
    .sm_clear_pullright {
        float: right !important;
    }

    .affix {
        top: 0;
        z-index: 9999 !important;
        position: fixed;
        width: 100%;
    }
}

@media (min-width: 1px) {
    .theme_show-sm-only {
        display: block;
    }
    #theme_ms_first_nav {
        padding-right: 0;
    }    
}

@media (min-width: 768px) {
    .theme_show-sm-only {
        display: none;
    }
    #theme_ms_first_nav {
        padding-right: 10px;
    }    
}

#theme_ms_footer {
    color: #fff;
    background-color: #555;
    padding-top: 30px;
    padding-bottom: 0;
}

#theme_ms_first_nav {
    padding-bottom: 10px;
    min-height: 80px;
    border-bottom-color: #999; /*25292c;*/
}

#theme_ms_first_nav * .navbar-header {
    min-height: 70px;

}

.theme_ms_img-logo {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0;
    width: auto;
}

.theme_scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.theme_scroll-top-wrapper:hover {
    background-color: #888888;
}

.theme_scroll-top-wrapper.show {
   visibility: visible;
   cursor: pointer;
   opacity: 1.0;
}

.theme_scroll-top-wrapper i.fa {
    line-height: inherit;
}

/*** Modals ***/
/*** Custom CSS-Classes Modals ***/

/*** Bootstrap CSS-Classses Modals ***/
.modal-dialog {

}
.modal-content { /* Rahmen des Fensters */

}
.modal-header {  /* Close Button - X */

}
.modal-body { /* Main Content */

}
.modal-footer { /* Close Button - Button */

}
@media screen and (max-width: 991px) {
        .theme_modal_sep1 {
            border-top: none;
            border-left: none;
            border-right: none;
            border-bottom: 1px solid lightgrey;
            margin-left: 20px;
            margin-right: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .theme_modal_sep1 * input {
            max-width: 400px;
            margin: 0 auto;
        }
        .theme_modal_sep2 {
            margin-left: 20px;
            margin-right: 20px;
            margin-top: 25px;
            margin-bottom: 0;
        }
}



/****************************************
		autoSuggest - Kompetenzen
****************************************/	
/* AutoSuggest CSS - Version 1.2 */

ul.as-selections { list-style-type: none; border-top: 1px solid #888; border-bottom: 1px solid #b6b6b6; border-left: 1px solid #aaa;
	border-right: 1px solid #aaa; padding: 4px 0 4px 4px; margin: 0; overflow: auto; background-color: #fff; box-shadow:inset 0 1px 2px #888; 
	-webkit-box-shadow:inset 0 1px 2px #888; -moz-box-shadow:inset 0 1px 2px #888; }
ul.as-selections.loading { background-color: #eee; }
ul.as-selections li { float: left; margin: 1px 4px 1px 0; }
ul.as-selections li.as-selection-item { color: #333; font-size: 12px; font-family: Arial; background-color: #f4f4f4; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#e5e5e5));
	border: 1px solid #999; border-top-color: #999; padding: 2px 7px 2px 10px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; box-shadow: 0 1px 1px #e4edf2;
	-webkit-box-shadow: 0 1px 1px #e4edf2; -moz-box-shadow: 0 1px 1px #e4edf2; }
ul.as-selections li.as-selection-item:last-child { margin-left: 30px; }
ul.as-selections li.as-selection-item a.as-close { float: right; margin: 1px 0 0 7px; padding: 0 2px; cursor: pointer; color: #333; font-family: Arial; font-size: 13px; font-weight: bold;	text-decoration: none; border: 1px solid #999;
	-webkit-transition: color .1s ease-in; }

ul.as-selections li.as-selection-item.blur { color: #666666; background-color: #f4f4f4; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5)); border-color: #bbb; border-top-color: #ccc; 
    box-shadow: 0 1px 1px #e9e9e9; -webkit-box-shadow: 0 1px 1px #e9e9e9; -moz-box-shadow: 0 1px 1px #e9e9e9; }
ul.as-selections li.as-selection-item.blur a.as-close { color: #999; }
ul.as-selections li:hover.as-selection-item { color: #333; font-weight:bold; background-color: #fff; border-color: #999; border-top-color: #999;}
ul.as-selections li:hover.as-selection-item a.as-close { color: #d81920; text-decoration: none; font-weight: bold;}
ul.as-selections li.as-selection-item.selected { border-color: #999;}
ul.as-selections li.as-selection-item a:hover.as-close { color: #d81920; text-decoration: none; font-weight: bold; }
ul.as-selections li.as-selection-item a:active.as-close { color: #d81920; }
ul.as-selections li.as-original { margin-left: 0; }
ul.as-selections li.as-original input { border: none; outline: none; font-size: 12px; width: 120px; height: 18px; padding-top: 3px; }
ul.as-list { position: absolute; list-style-type: none; margin: 2px 0 5px 0; border-bottom: 1px solid #999; padding: 0; font-size: 12px; color: #000; font-family: Arial; background-color: #fff; background-color: rgba(255,255,255,0.95);
	z-index: 2; box-shadow: 0 2px 12px #222; -webkit-box-shadow: 0 2px 12px #222; -moz-box-shadow: 0 2px 12px #222; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
li.as-result-item, li.as-message { font-style: normal; margin: 0 0 0 0; padding: 5px 12px; background-color: transparent; border: 1px solid #fff; border-bottom: 1px solid #ddd; cursor: pointer; border-radius: 5px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; }
li:first-child.as-result-item { margin: 0; }
li.as-message { margin: 0; cursor: default;}
li.as-result-item.active { background-color: #f4f4f4; background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(221, 221, 221)), to(rgb(229, 229, 229))); border-color: #b6b6b6; color: #333;	}
li.as-result-item em {  font-style: normal;  background: #d81920;  padding: 2px; color: #fff;}
li.as-result-item.active em { font-style: normal; background: #d81920;  padding: 2px; color: #fff;}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	ul.as-selections { border-top-width: 2px;}
	ul.as-selections li.as-selection-item { padding-top: 3px; padding-bottom: 3px;}
	ul.as-selections li.as-selection-item a.as-close { margin-top: -1px;}
	ul.as-selections li.as-original input {height: 19px;}
}
/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	ul.as-list {border: 1px solid #888;}
	ul.as-selections li.as-selection-item a.as-close {margin-left: 4px;margin-top: 0;}
}
/* IE Hacks  */
	ul.as-list {border: 1px solid #888\9;}
	ul.as-selections li.as-selection-item a.as-close {margin-left: 4px\9;margin-top: 0\9;
}
/* Firefox 3.0 Hacks */
	ul.as-list,  x:-moz-any-link, x:default { border: 1px solid #888;
}
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
	border: none;
}






@media screen and (min-width: 992px) {
        .theme_modal_sep1 {
            border-top: none;
            border-bottom: none;
            border-left: none;
            border-right: 1px solid lightgrey;
            margin-left:  0;
            margin-right: 0;
            margin-top: 20px;
            margin-bottom: 0;
        }


        .theme_modal_sep2 {
            margin-left:  0;
            margin-right: 0;
            margin-top: 25px;
            margin-bottom: 0;
        }
}


