﻿#DeltaTopNavigation, div[data-name="TopNavigationNoFlyoutWithStartNode"]{
	display:inline-block;
}

.ms-floatleft {
	float: none !important;
}

.searchMain {
	text-align:center;
}

.searchMain #searchBox {
	display:inline-block;
	width: 100%;
}

.ms-srch-sb-border, .ms-WPBorderBorderOnly, .ms-srch-sb-borderFocused {
	border: none !important;
}

.ms-srch-sb>input {
	margin-left:0px;
	padding-top: 6px;
	padding-right: 0px;
}

.col-fluid-2 {
	margin-right: 0px;
}

input[type=password]:hover, input[type=text]:hover, input[type=file]:hover, textarea:hover, .sp-peoplepicker-topLevel:hover, .ms-inputBox:hover, 
input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus, .sp-peoplepicker-topLevelFocus, .ms-inputBoxActive, .ms-inputBox.ms-inputBoxActive:hover {
  border-color: #e60028 !important;
}

input.ms-long{
 width: 98% !important;  
}

.ms-formfieldvaluecontainer, .edit-mode-border {
  border: none !important;
}


.ms-rtestate-write {
	outline: 0px !important;
}

.ms-formfieldlabelcontainer {
	display: none;
}

.ms-srch-result #Paging a:hover, .ms-srch-result #PagingSelf a, .ms-srch-resultFooter a:hover, .ms-srch-result .ms-srch-item-path {
	color: #e60028 !important;
}

/*Search Result Footer*/
#ResultFooter{
	display:none;
}

.ms-promlink-button-enabled:hover {
	border-color: #e60028 !important;
	background-color: transparent !important;
}

.ms-core-menu-list li a {
    font-size: 12px;
}

.ms-signInLink {
	padding: 0px !important;
}

/*Adding new buttons to ribbon*/
div.ms-rteElement-tipp{
	-ms-name: "Tipp";
	padding:15px;
	background-color:#fdf0ca;
	margin-bottom:15px;
	width:auto;
	display:inline-block;
}

/*adding symbol & text*/
.ms-rteElement-tipp:before {
    content: "💡 Tipp: ";
    font-weight: bold;
    display: block;
}

div.ms-rteElement-hinweisbl{
	-ms-name: "Information";
	padding:15px;
	background-color:#deedff;
	margin-bottom:15px;
	width:auto;
	display:inline-block;
}

/*adding symbol & text*/
.ms-rteElement-hinweisbl:before {
    content: "​​ℹ Information: ";
    font-weight: bold;
    display: block;
}

div.ms-rteElement-hinweisrd{
	-ms-name: "Hinweis rot";
	padding:15px;
	background-color:#ffcbd4;
	margin-bottom:15px;
	width:auto;
	display:inline-block;
}

/*adding symbol & text*/
.ms-rteElement-hinweisrd:before {
    content: "​​！Hinweis: ";
    font-weight: bold;
    display: block;
}

/*testing custom style for images*/
.ms-rteImage-CITi{
	-ms-name: "CITipedia image";
	box-shadow: 2px 2px 5px grey;
}

/*change color of displayed font previews in ribbon*/
h1.ms-rteElement-H1, h2.ms-rteElement-H2, h3.ms-rteElement-H3, h4.ms-rteElement-H4 {
    color: #e60028;
    font-family: Arial, Helvetica, sans-serif;
}

h1.ms-rteElement-H1{
	font-size: 30px;
}

h2.ms-rteElement-H2{
	font-size: 26px;
}

h3.ms-rteElement-H3{
	font-size: 22px;
}

h4.ms-rteElement-H4{
	font-size: 18px;
}

/*hide alternate heading styles from ribbon*/
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles\.Gallery tr:nth-of-type(2) td:nth-of-type(1), 
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles\.Gallery tr:nth-of-type(2) td:nth-of-type(2),
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles\.Gallery tr:nth-of-type(2) td:nth-of-type(3),
#Ribbon\.EditingTools\.CPEditTab\.Paragraph\.ElementWithStyle\.Menu\.Styles\.Gallery tr:nth-of-type(2) td:nth-of-type(4),
#Ribbon\.EditingTools\.CPEditTab\.Styles\.Styles\.Menu\.Styles tr:first-child td:nth-child(3)
{
	display:none;
}

/*change default styles in ribbon*/
.ms-rteStyle-Normal{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background:none;
}

.ms-rteStyle-Quote:before, .ms-rteStyle-IntenseQuote:before {
	content:'\275D';
	font-style:normal;
	font-size:26px;
	padding-right: 2px;
    top: 6px;
    position: relative;
}

.ms-rteStyle-Quote:after, .ms-rteStyle-IntenseQuote:after {
    content: '\275E';
    font-size: 26px;
    font-style: normal;
    position: relative;
    padding-left: 2px;
    top: 7px;
    line-height: 13px;
}

.ms-rteStyle-Emphasis, .ms-rteStyle-IntenseEmphasis{
	color: #e60028;
}

.ms-rteStyle-Accent1{
	color:#e60028;
}

.ms-rteStyle-Accent2{
	color:#555555;
}